react-native-android-modal

0.1.0 • Public • Published

react-native-android-modal

React Native component to emulate Modal for Android. At the time of this release, the Modal component bundled with React Native only supports iOS.

Installation instructions

Install the package

npm install --save react-native-android-modal

Example

var Modal = require('react-native-android-modal');

<Modal
    transparent={true}
    visible={true}
    onShow={() => console.log("show")}
    onDismiss={() => console.log("dismiss")}
    >
    <Text>Check out this Modal on Android</Text>
</Modal>

Todo

  • Implement animated prop

Package Sidebar

Install

npm i react-native-android-modal

Weekly Downloads

3

Version

0.1.0

License

MIT

Last publish

Collaborators

  • zubricky