leecade / react-native-swiper

The best Swiper component for React Native.
MIT License
10.41k stars 2.34k forks source link

swiper attribute height not working #980

Open Liqiankun opened 5 years ago

Liqiankun commented 5 years ago

Which OS ?

iOS 12.2

Version

Which versions are you using:

Expected behaviour

The dots should been within the swiper!

Actual behaviour

Simulator Screen Shot - iPhone X - 2019-05-15 at 11 24 19

Code

<Swiper style={styles.swiper} height={200} autoplay />

How to reproduce it

https://snack.expo.io/@qiankunli/react-native-swiper-demo

zengyunLee commented 5 years ago

I have a resolution to workaround: use a View to include the Swiper,hope this is help

Liqiankun commented 5 years ago

@zengyunLee Yes,It does work! But not the best way^^

retyui commented 5 years ago

This repo dead: https://github.com/leecade/react-native-swiper/issues/713 Your issue is like other 480+ issues, will not be resolved in the short term.

JJJJune commented 2 years ago

i set height, no work