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

Very ambitious private project to create a better native navigation framework.

Results 6 react-native-native-navigation issues
Sort by recently updated
recently updated
newest added

It seems that you can have nested stacks (uinavigationcontorllers) inside the simulator, but not in a release build on iOS. So there needs to be nested stack validation.

If a stack has multiple views, calling updateStyle on all three of them shouldn't have unexpected results. Imagine three views, with three different titles and js trying to change all...

For example, the drawer could easily use an enum for defining the side. So could the splitview with first/second. These should be defined in the native side and exported to...

If the js code is sharing a string const with native code, these constants should be exported by the native code.

We should come up with a good name for the components. Currently we have nodes / data / navigators and components. We should also group these, instead of having a...

If you change the center view in the drawer for example, the old view should be properly destroyed. This issue is more a reminder to check if that is currently...