@crosscement/react-native-backdrop
v1.0.0-alpha.0
Published
smart tooltip
Downloads
164
Readme
@crosscement/react-native-backdrop
A simple and easy to use backdrop component.
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