Skip to content

Commit

Permalink
Merge pull request #246 from efkan/patch-1
Browse files Browse the repository at this point in the history
Adding an example link for react-native-drawer
  • Loading branch information
Pavlo Aksonov committed Feb 24, 2016
2 parents 752dde2 + 5e6e3c3 commit 197deca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,9 @@ You can easily configure react-native-router-flux to handle a sidebar/drawer for
</Router>
```

Here is a complete example of a working drawer using a common app with:
There is **an [example](https://github.com/efkan/rndrawer-implemented-rnrouter)** which is worked together with `react-native-drawer`.

Also here is another complete example of a working drawer using a common app with:
- A session screen that just checks if the user is already logged-in on startup (SessionScreen)
- An auth screen that handles signin/signup (AuthScreen)
- Many other screens that show the true content of the app, all using the sidebar
Expand Down

0 comments on commit 197deca

Please sign in to comment.