Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.16 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.16 KB

react-native-navigation-start

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.

Dependencies

React Navigation. Native Base. Since react-navigation v4, packages bellow were moved to a single repository. React Navigation Drawer. React Navigation Stack.

Installation

  1. Clone the repository.
  2. npm install.
  3. 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
  1. Open the console and run
npx react-native run-android

or

npx react-native run-ios

Contributing

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.