-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Router doesn't get rendered on screen - Android #2889
Comments
What if you do this :
|
@Blapi I get the same result, but I need to provide the store in App.js because I have a component |
Yep I'm doing the same, it's just that I don't have a |
And you were able to get video working behind the router?
|
No I don't have any video running in background, sorry, but yes, I'm developing on Android. |
I was able to get it working by removing the negative marginTop, seems like React-Native in android doesn't supports it.
|
Great! :) |
Version
Tell us which versions you are using:
Expected behaviour
Router initial screen shows up on screen.
Actual behaviour
Router doesn't get rendered on screen after cloning the project and using it in Android. In IOS it works completely fine with no problems.
My Router definition
My App.js
The text was updated successfully, but these errors were encountered: