bs-react-navigation
bs-react-navigation copied to clipboard
A fast, declarative navigation for React Native, based on React Navigation
https://reactnavigation.org/docs/en/navigation-actions.html
We should be able to easily share "navigation" prop between different navigators.
We should not require users to provide route name when they already provide a variant
Screen options are equivalent of static `navigationOptions` that screen can define in order to configure its appearance or set a title. We should complete them for `StackNavigator` and see what...
To support nested navigators we need to rewrite routers, as first routers we should go with: - [ ] Switch - [ ] Stack
- Nested Tab Navigator example - Experiments with navigations - Changes for all reactElement return types to reactClass
These seem to be ReasonReact.reactClass? I'm having a hard time using bottom tab navigator into JSX for instance. This doesn't work ```reasonml ``` nor does this ```reasonml BottomTabNavigator ```