-
### Issue Description
**How does one set the AppParams or InitialProps sent to the application for Android?**
There is a good tutorial here [How to Set AppParams in React Native](http://cmichel.…
-
Hi,
Just wondering if the documentation could be more specific about the different use cases of using Overlay vs Modal.
Since you could implement a Modal inside an Overlay... I feel like they ov…
-
### Issue Description
Hi Everyone,
I've been trying to achieve a certain navigational flow in RNN for a while now, but have not had any success. Here is the flow I am trying to achieve:
![rnn-i…
-
### Issue Description
A piece of our network logic involves a delay to collect WS messages for batch sends. The relevant code looks like this:
```javascript
if (!currentBatchPromise) {
logger…
-
### Issue Description
I'm trying remx in one of my projects and have a problem with it. Whenever I wrap my component with connect() function, remx is works fine but react native navigation spesific e…
-
### Issue Description
On Android using RNN v2, the Linking 'url' event listener does not fire.
### Steps to Reproduce / Code Snippets / Screenshots
```javascript
const { Navigation } =…
-
### Issue Description
When using a bottomTabs nested inside of a stack when you set your root, the hardware back button on Android will always close the when you push components to the stack, and t…
-
Navigation.showOverlay does not support a component using React Native Slider on Android only. It works fine on iOS.
### Steps to Reproduce / Code Snippets / Screenshots
```
// App.js
...
Nav…
-
### Issue Description
If you do a `pop` for a modal screen or `dismissModal` for a pushed-screen, then problems start.
### Steps to Reproduce / Code Snippets / Screenshots
1. `push` new scree…
-
## Steps to Reproduce / Code Snippets / Screenshots
I have set `bottomTabs: { visible: false }` before `setRoot` and `registerScreens` as following:
```js
Navigation.events().registerAppLaunc…