bs-react-navigation icon indicating copy to clipboard operation
bs-react-navigation copied to clipboard

A fast, declarative navigation for React Native, based on React Navigation

Results 8 bs-react-navigation issues
Sort by recently updated
recently updated
newest added

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 ```