react-native-easy-modal

1.0.0 • Public • Published

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>

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i react-native-easy-modal

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    4.54 kB

    Total Files

    5

    Last publish

    Collaborators

    • alihesari