This package includes a Drawer Navigation template, using React-native 0.60, Native Base 2.13.0 and React-Navigation v.4. Take a look at the package.json file for more details.
React Navigation. Native Base. Since react-navigation v4, packages bellow were moved to a single repository. React Navigation Drawer. React Navigation Stack.
- Clone the repository.
- npm install.
- You may need to install this and link them manually:
yarn add react-native-reanimated react-native-gesture-handler
react-native link react-native-reanimated
react-native link react-native-gesture-handler
- Open the console and run
npx react-native run-android
or
npx react-native run-ios
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.