Description:
Modalfy is a feature-rich modal library for React Native applications.
Features:
- Write your modals once, call them from anywhere in your app.
- Display several modals at once, stack as many as you like.
- Complete control over animations & transitions between each modal in the stack.
1Installation.
# Yarn $ yarn add react-native-modalfy react-native-gesture-handler # NPM $ npm i react-native-modalfy react-native-gesture-handler
