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
* Custom reducer is supported (`createReducer` prop for Router) but Redux actions now are passed directly from React Navigation (‘Navigation/BACK’, ‘Navigation/NAVIGATE’, etc.)
84
84
* Drawer is 'drawer' attribute Scene
85
85
* 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.
86
87
* No `position` attribute is supported for custom transitions. For vertical transition add `modal` to parent `Scene`.
87
88
* No flux 'focus' actions - use onEnter/onExit handlers instead.
88
89
* 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