-
Notifications
You must be signed in to change notification settings - Fork 276
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
Android blank view #142
Comments
Same issue here... |
Yes, here also |
me too. |
Maybe my problem was related to big image density, anyway I solved my problem without using this library. The lesser dependency I have in a RN app, the more stable my application is, this is what I found. |
facebook/react-native#14296 |
Nobody? In my case, the initial render won't draw anything. After moving out and back, the pager will render without any scrolling snap. |
Wrapping this component in the component outlined here -
Worked for me. |
|
I started to get this problem in Android 5 (but not on my Android 10 phone) after upgrading to |
I am getting the same problem when I tried to open another IndicatorViewPager from one, blank screen appears |
Hello,
I try to add 4 pages, in iOS work perfectly but Android is blank.. for what ? i search on all issues..
I have try to add view with screen.js in iOS but one page need param (navigation: this.props.navigation) so she crash..
In IndicatorViewPager i use :
How I sent this parameter in my view ? Thank's.
The text was updated successfully, but these errors were encountered: