Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
aksonov committed Jul 10, 2017
2 parents 435a2af + 80f17a7 commit d2c0230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ react-native run-ios
https://github.com/react-community/react-navigation/issues/779
* Drawer support (provided by reactnavigation)
* Inheritance of scene attributes allow you to avoid any code/attribute duplications. If you send rightTitle it will be shown in all children.
* Access to your app navigations state as simple as `Actions.state`, use `Actions.currentScene` to get name of current scene.
## Breaking changes (compared to v3):
* `Actions.create` (alternative syntax to define scenes) is not available (for simplicity) - just use `<Router>` as top component for your App. You may wrap it with Redux as well.
Expand Down

0 comments on commit d2c0230

Please sign in to comment.