Open packerfan626 opened 4 years ago
make card width, height as device width, height using this
const windowWidth = Dimensions.get('window').width;
const windowHeight = Dimensions.get('window').height;
and make cardHorizontalMargin and cardVerticalMargin to zero by adding Swiper props as
cardHorizontalMargin={0}
cardVerticalMargin={0}
not working
Is there any way to fix the size of the swiper to take up the full screen?