Description:
An overlay component built using native Modal which can be invoked from anywhere in the component hierarchy.
Features
- Unlike other modal/overlay components, it can be triggered from anywhere in the component hierarchy since it is using react-native Modal.
- Used react-native components. So no linking is required.
- Works out of the box for both Android and IOS.
- Can be customised by passing style props.
- SupportsĀ
closeOnTouchOutside.
Installation:
# Yarn
$ yarn add react-native-modal-overlay# NPM
$ npm install react-native-modal-overlay –save
