Skip to content

Commit aefcb36

Browse files
author
aksonov
committed
Merge remote-tracking branch 'origin/master'
2 parents d5bd300 + d7fcff4 commit aefcb36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ https://github.com/react-community/react-navigation/issues/779
7272
* `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.
7373
* No duration/panHandlers support - you have to implement custom navigator now instead and pass it as ‘navigator’ prop:
7474
https://reactnavigation.org/docs/navigators/custom
75-
* No support for partial hiding of tab bar for some tabs because of react navigation bug:
75+
* No `component` support for scene containers (that contains children `Scene`) - you have to use custom navigator
76+
* No support for partial hiding of tab bar for some tabs because of react navigation bug (react navigation issue):
7677
https://github.com/react-community/react-navigation/issues/1584
77-
* No possibility to skip animation during reset/replace:
78+
* No possibility to skip animation during reset/replace (react navigation issue):
7879
https://github.com/react-community/react-navigation/issues/1493
7980
* `Switch` is removed - you may use onEnter/onExit handlers for more flexible logic.
8081
* `getSceneStyle` is removed (no needed in v4, you may pass any values to Router now and they will be inherited by all scenes).

0 commit comments

Comments
 (0)