1.0.0-alpha.0 • Published 2 years ago

@crosscement/react-native-backdrop v1.0.0-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@crosscement/react-native-backdrop

A simple and easy to use backdrop component.

npm

Sample

Installation

npm install @crosscement/react-native-backdrop

Usage

<Backdrop
  visible={overlayVisible}
  onPress={this.dismiss}
  animationDuration={props.animationDuration}
  opacity={props.overlayOpacity}
  pointerEvents={props.overlayPointerEvents}
  backgroundColor={props.overlayBackgroundColor}
/>

License

MIT