-
### Issue Description
whenever I copy paste code from documentation or playground, I cannot get any display from modal only a blank page, props are following nicely which make no sense
### Steps…
-
### Is this a bug report?
Yes
### Have you read the [Installation Instructions](https://wix.github.io/react-native-navigation/#/installation-android)?
Yes and followed
### Environment
…
-
Code Startup success,but android (Commd + M) invalid;
I think it's a `MainApplication.java` problem, but I don't know where it is.
```
package com.selfrnapp;
import android.support.annotation.N…
-
### Steps to Reproduce / Code Snippets / Screenshots
1. If you set the property `background: transparent` to the topBar of screen-1:
```js
export default class Screen1 extends Component {
…
-
So there are a lot of reasons to really like this package, namely that it feels very native and that it's easy to use once it's all set up.
The main thing I have against this package is that I can'…
-
### Issue Description
[I've been having some issues using `setStackRoot`, but it turns out I've just been misusing it.](https://github.com/wix/react-native-navigation/issues/3592) However, duri…
-
### Issue Description
Tab bar app not showing tabs titles, it's only showing the icons after updating to RNN v2.0.2384
### Code Snippets / Screenshots
![screen shot 2018-07-02 at 9 20 54 pm]…
-
### Issue Description
Android App Hanging on SplashScreen.
### Steps to Reproduce
I run built in Intellij Idea debug RN app with Debugger process: Node
![screenshot_2017-11-20_17-55-10](http…
-
### Issue Description
I have array with 6 tabs (they are with hidden style).
```
Navigation.startTabBasedApp({
tabs,
tabsStyle: { // optional, **iOS Only** add this if you wan…
-
### Issue Description
I am trying `react-native-navigation v2` and one of the main reasons for it was to load heavy screens where `react-navigation` is not really good at it. If I would use the lat…