Home Manual Reference Source Repository
import Ripple from 'mrn/lib/Ripple.js'
public class | source

Ripple

Extends:

react-native~Component → Ripple

Ripple Components

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

state: {scaleValue: Animated.Value}

Public Constructors

public constructor(props: object) source

Params:

NameTypeAttributeDescription
props object
props.color string
  • optional
  • default: '#999'

Ripple color

props.background string
  • optional
  • default: '#999'

Ripple background color

props.rippleOpacity string
  • optional
  • default: .2

Ripple background color

props.backgroundOpacity string
  • optional
  • default: .2

Ripple background color

Public Members

public state: {scaleValue: Animated.Value} source