react-native-easy-modal
v1.0.0
Published
A simple <Modal/> component for React-native, support Android and IOS
Downloads
4
Maintainers
Readme
react-native-easy-modal
A simple component for React-native, support Android and IOS
Install
npm install react-native-easy-modal@latest --save
Usage example
<Button onPress={() => this.refs.modal1.toggleVisible()}>Basic modal</Button>
<Modalbox ref="modal1" modalVisible={this.state.buyModalVisible}>
<Text>test</Text>
</Modalbox>