Skip to content
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

Drawer-Image not shown on android #2092

Closed
itinance opened this issue Jul 22, 2017 · 3 comments
Closed

Drawer-Image not shown on android #2092

itinance opened this issue Jul 22, 2017 · 3 comments

Comments

@itinance
Copy link

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?

@aksonov
Copy link
Owner

aksonov commented Jul 24, 2017

What version do you use? We had some issues before, but it should be fixed with beta.12 I believe

@itinance
Copy link
Author

This sounds great. I use 4.0.0-beta.11.
Will upgrade and test again and give feedback

@itinance
Copy link
Author

4.0.0-beta.12 fixes this. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants