You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+28-2Lines changed: 28 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ You can look at [example](https://github.com/sergeyshpadyrev/react-native-easy-r
47
47
48
48
## Documentation
49
49
50
-
### Navigator params
50
+
### Navigator properties
51
51
52
52
#### screens (_required_)
53
53
Screen components keyed by screen name
@@ -59,7 +59,7 @@ _Example_:
59
59
60
60
#### initialStack (_required_)
61
61
62
-
Initial stack can be a first screen name, an array of screen names or even array of screen objects that are are returned from `navigator.stack`.
62
+
Initial stack can be a first screen name, an array of screen names or even array of screen objects that are are returned from `navigator.stack` or `onStackUpdate`.
0 commit comments