Files
react-navigation/example
Satyajit Sahoo 15e5678037 refactor: move drawerContentOptions to options
BREAKING CHANGE:  This commit moves options from `drawerContentOptions` to regular `options` in order to reduce confusion between the two, as well as to make it more flexible to configure the drawer on a per screen basis.
2020-11-19 03:57:48 +01:00
..
2020-08-04 13:14:25 +02:00
2020-10-25 01:58:38 +02:00
2020-05-26 16:07:47 +02:00
2020-03-22 23:58:06 +01:00
2020-05-20 13:27:29 +02:00
2020-09-23 01:34:55 +02:00

Example for React Navigation

If you want to run the example from the repo,

  • Clone the repository and run yarn in the project root
  • Run yarn example start to start the packager
  • Follow the instructions to open it with the Expo app

You can also run the currently published app on Expo on your Android device or iOS simulator or the web app in your browser.