The code worked with 1.5.4.
I just updated to newest ones and discovered nothing above 1.5.5 works
Android
Which versions are you using:
7.0
Render swiper
No swiper
It cant even render basic default swiper with two slides that were working before.
-
1.Create slider
2.Put 2 slides
3.Try to run
I got this problem too.
<Swiper> fill the whole screen (maybe using flex: 1)removeClippedSubviews={false} to <Swiper>flex: 1 on <Swiper>Have you tried with the latest version, 1.5.12? @nimatrueway and @tokict
Can you show some code by forking the project and reproducing the bug in you forked project?
If you have a solution working, PR are welcome
Setting the parent height fixes the issue. It is still present in 1.5.12.
Most helpful comment
I got this problem too.
<Swiper>fill the whole screen (maybe usingflex: 1)removeClippedSubviews={false}to<Swiper>flex: 1on<Swiper>(weird but for me, it would stop swipe-touch handler completely 🤔)