An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Drawer Menu Example using react-navigation

Just another example implementation of Drawer Menu using react-navigation

![drawer-example](https://i.gyazo.com/c165b93299020a5a2505e0f2d9f6b5c8.gif)

## 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
```