Installation
1. Install the
react-native-modalfy
package.Yarn
npm
yarn add react-native-modalfy
npm install --save react-native-modalfy
3. That's it! No further action required!
Now you can move on to actually using the library through the modal stack.
If you're using Expo, you'll only need to run this single command from the root of your project:
Bash
expo install react-native-modalfy react-native-gesture-handler
Last modified 2yr ago