Skip to content

Commit 3c164d6

Browse files
authored
Update README.md
1 parent 96420fd commit 3c164d6

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
@@ -83,6 +83,7 @@ https://github.com/react-community/react-navigation/issues/1493
8383
* Custom reducer is supported (`createReducer` prop for Router) but Redux actions now are passed directly from React Navigation (‘Navigation/BACK’, ‘Navigation/NAVIGATE’, etc.)
8484
* Drawer is 'drawer' attribute Scene
8585
* Modal is 'lightbox' attribute for Scene (used for popups, like Error)
86+
* Container scenes (that has children) cannot have `component` (or it will be considered as child!). If you want to customize containers, use react navigation custom navigators and pass it as `navigator` prop.
8687
* No `position` attribute is supported for custom transitions. For vertical transition add `modal` to parent `Scene`.
8788
* No flux 'focus' actions - use onEnter/onExit handlers instead.
8889
* tabBarSelectedItemStyle is not supported. Instead please use React Navigation TabBar params for tabs Scene: `activeTintColor`, `inactiveTintColor`, etc (https://reactnavigation.org/docs/navigators/tab)

0 commit comments

Comments
 (0)