We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What could be the reason, that the drawer-image not appear on Android while it is visible on iOS?
This is the code:
<ReduxRouter tintColor='white'> <Scene key='homeView' drawer={true} drawerImage={require('myapp/src/img/menu.png')} contentComponent={MenuScene} >
Working well on iOS. But not on Android. Any ideas?
The text was updated successfully, but these errors were encountered:
What version do you use? We had some issues before, but it should be fixed with beta.12 I believe
Sorry, something went wrong.
This sounds great. I use 4.0.0-beta.11. Will upgrade and test again and give feedback
4.0.0-beta.12 fixes this. Thank you!
No branches or pull requests
What could be the reason, that the drawer-image not appear on Android while it is visible on iOS?
This is the code:
Working well on iOS. But not on Android. Any ideas?
The text was updated successfully, but these errors were encountered: