January 2019
Intermediate to advanced
592 pages
14h 30m
English
Setting up the react-native-side-menu package does not require the command:
react-native link
So feel free to create this app with Expo or as a pure React Native app. We need to create a new app for this recipe, and for project naming purposes we'll assume this app is being built with Expo and name it side-menu-app. If you're using pure React Native, you can name it SideMenuApp.
We will also need to install react-native-side-menu into our project with npm:
npm install react-native-side-menu --save
Or, use yarn:
yarn add react-native-side-menu
Read now
Unlock full access