-
Currently there is a problem with implementing dark mode with RNN, as the API is imperative we need to update the UI with `mergeoptions` when the mode changes from light to dark (and the other way aro…
-
Issue Description
Hello,
This is a copy of an already closed issue that was about android platform. The issue is the same, the difference is only the platform. As I've seen that the Android versio…
-
@dai-shi Thanks for this repo. On RNN each screen is a seperate tree, and so you need to which has it's own Provider. Like so:
```
Navigation.registerComponent(
'Templates',
() => props …
-
### Issue Description
I've just updated our app to use the latest React-Native Navigation. I now seem to be getting a new issue on iOS where if I navigate backwards in the app, the header blanks to a…
-
Is it expected behavior that screens that are not mounted or visible still gets updated and rerender when states in redux gets updated?
For example I have a screen, screen A, that uses a state from…
-
With the release of React Hooks, it would be good to test them out with RNN, has anyone managed to get this going? particularly with binding the component to listen for topBar button presses ?
-
### Issue Description
Having issues selecting the back button when setting a `testID` in `setDefaultOptions`.
Have also tried setting the `testID` in the component itself and the element still i…
-
### Issue Description
My app running very good on IPhone but can't show app content and show black screen only on IPad with universal mode.
### Steps to Reproduce / Code Snippets / Screenshots
…
-
### Issue Description
There has been a regression in Top Tabs Navigation for React-Native-Navigation. After version 2.0.2459 topTabs will no longer appear.
I am currently using the code below …
ghost updated
4 years ago
-
### Issue Description
Currently the library (mostly the animations, like Shared Element Transitions) assumes that all images are presented in a `RCTImageView` (see [this line](https://github.com/wi…