Skip to content

Commit 4e903e6

Browse files
authored
Update MIGRATION.md
1 parent 4445764 commit 4e903e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/MIGRATION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ https://github.com/react-community/react-navigation/issues/1493
1919
* No `position` attribute is supported for custom transitions. For vertical transition add `modal` to parent `Scene`.
2020
* No flux 'focus' actions - use onEnter/onExit handlers instead.
2121
* tabBarSelectedItemStyle is not supported. Instead please use React Navigation TabBar params for tabs Scene: `activeTintColor`, `inactiveTintColor`, etc (https://reactnavigation.org/docs/navigators/tab)
22+
* To make multiple pops you could use `Actions.popTo(sceneName)` where sceneName is name of scene you want to see (it should be not container, i.e. scene with `component`)
2223
* Possible other stuff.

0 commit comments

Comments
 (0)