January 2019
Intermediate to advanced
592 pages
14h 30m
English
We will need a new app for this recipe. The react-native-modalbox package is Expo friendly, so we can create this app with Expo. We'll name this app modal-app. If using a pure React Native project, a name such as ModalApp will work, to match naming conventions.
We will also need the third-party package. It can be installed with npm:
npm install react-native-modalbox --save
Or, use yarn:
yarn add react-native-modalbox
Read now
Unlock full access