Skip to content

Commit d2c0230

Browse files
author
aksonov
committed
Merge remote-tracking branch 'origin/master'
2 parents 435a2af + 80f17a7 commit d2c0230

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ react-native run-ios
6767
https://github.com/react-community/react-navigation/issues/779
6868
* Drawer support (provided by reactnavigation)
6969
* Inheritance of scene attributes allow you to avoid any code/attribute duplications. If you send rightTitle it will be shown in all children.
70+
* Access to your app navigations state as simple as `Actions.state`, use `Actions.currentScene` to get name of current scene.
7071
7172
## Breaking changes (compared to v3):
7273
* `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.

0 commit comments

Comments
 (0)