-
### Issue Description
Navigation.showModal quit the app immediately
### Steps to Reproduce / Code Snippets / Screenshots
```javascrip
Navigation.showModal({
stack: {
children: [{…
jp928 updated
5 years ago
-
### Issue Description
I am using [unstated](https://github.com/jamiebuilds/unstated) for state management which requires that I surround the "root" component with a _Provider_ component (unstated's…
djMax updated
5 years ago
-
### Issue Description
Unable to pass props through `passProps` on route initialization.
I'm using WatermelonDB for offline support. And i should pass `database` property on initialization, but …
-
- [x ] Review the documentation: https://facebook.github.io/react-native
- [x ] Search for existing issues: https://github.com/facebook/react-native/issues
- [x] Use the latest React Native …
-
how to use PersistGate from redux-persist.
-
Hey there,
this is not an issue, and please feel free to close if I'm breaking a rule here, but I was really wondering if it's worth the vast amount of time to migrate from v1 of your library to v2…
-
### Issue Description
Calling `setRoot` with the same layout the app already has, leads to the following error:
```sh
Exception 'Component id already exists screen.One' was thrown while invoking …
vshkl updated
5 years ago
-
**EDIT** by @alloy:
The current version is `v0.62.0-rc.5` and appears to be the golden one ✨
TODOs:
- [x] Include these last fixes without doing another RC:
* https://github.com/facebook/re…
-
### Issue Description
passProps not being passed when react-native-navigation used with redux
### Steps to Reproduce / Code Snippets / Screenshots
Navigation.push("FamilyStack", {
com…
-
### Issue Description
I am currently migrating my codebase from react-navigation to RNN. For the previous implementation, I have two more wrapped components under the Provider component. The archit…