Material Design "Backdrop" component for Android and iOS.
npm install react-native-material-backdrop-modalnpm install react-native-material-backdrop-modal --saveyarn add react-native-material-backdrop-modal2. Import it in your JS:
``js`
import Backdrop from 'react-native-material-backdrop-modal';
See Google's Material Design guidelines for more info about Backdrops and when to use them.
Check out the example app:
`bash`
git clone https://github.com/brunohkbx/react-native-material-backdrop-modal
cd react-native-material-backdrop-modal/example
yarn
yarn start
|
| focused | true | boolean | Specifies whether Backdrop` should be focused |