-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
(In Android) Images can't be shown when I set the <Swiper > as header of a ListView #230
Comments
+1 |
2 similar comments
+1 |
+1 |
+! |
Temp solution: <ListView
removeClippedSubviews={false}
/> |
@alexesDev He doesn't work. You have no problem. |
I have a similar problem that swiper cannot slide when I add it into a vertical listView as cell. |
+1 |
@alexesDev It's worked |
Setting |
Okay, it seems a bug of react-native |
+1,安卓无法显示 |
+1 |
@alexesDev it still don't work when I set removeClippedSubviews={false}
please check this code ,is it right? |
@alexesDev It works! But it can cause another big bug Images fail to render after several minutes of app use |
It runs very well on iOS! Android always has more issues! |
i use Swpier work well, but when i set as a header of a list in Android. (iOS is OK)
The text was updated successfully, but these errors were encountered: