https://github.com/yottahmd/react-navigation-drawer-example
Sample implementation for drawer menu using react-navigation
https://github.com/yottahmd/react-navigation-drawer-example
Last synced: 3 months ago
JSON representation
Sample implementation for drawer menu using react-navigation
- Host: GitHub
- URL: https://github.com/yottahmd/react-navigation-drawer-example
- Owner: yohamta
- License: mit
- Created: 2018-08-10T00:42:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T00:52:56.000Z (about 7 years ago)
- Last Synced: 2024-05-01T21:40:13.975Z (over 1 year ago)
- Language: JavaScript
- Size: 922 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Drawer Menu Example using react-navigation
Just another example implementation of Drawer Menu using react-navigation

## How to run packager
```sh
$ yarn global add react-native-cli
$ git clone https://github.com/hayo0914/react-native-web-react-navigation-example
$ cd react-native-web-react-navigation-example
$ yarn install
$ yarn start
```Then, start simulator with this command.
```sh
$ react-native run-ios
```