Erik Poort

Results 7 issues of Erik Poort

Hi, I am part of a big team of many developers working a single app, where I introduced your library. Many times I will get one of these developers asking...

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