react-native-swiper
react-native-swiper copied to clipboard
Swiper styles are not working as it should
Android
Version
Which versions are you using:
- react-native-swiper version ^1.6.0
- Expo bareflow, (expo version ~43.0.2)
Expected behaviour
The styles should be the same throughout the page
Actual behaviour
The styles changes based on which page part the component is in, for example, the height should remain the same when it is the top component or the last component of the page but it changes based on where it is placed.
How to reproduce it>
Check out the link below and go to App.js, there, try to change the location of <SwiperComp/> from top to bottom, and then you will find the issue. This is the link 👉 https://snack.expo.dev/@pancham-barman/swiper
Steps to reproduce
- Try to move the <SwiperComp/> from top to bottom
I have the same problem.
me too