Installation

Bare React Native projects

1. Install the react-native-modalfy package.

yarn add react-native-modalfy

2. Then you'll need to install and link react-native-gesture-handlerarrow-up-right to your project.

3. That's it! No further action required!

Now you can move on to actually using the library through the modal stack.

Expo managed projects

If you're using Expo, you'll only need to run this single command from the root of your project:

expo install react-native-modalfy react-native-gesture-handler

Last updated