TronNatthakorn / react-native-wheel-pick

Apache License 2.0
177 stars 85 forks source link

Picker doesn't work inside ScrollView #51

Open s11eta1yek opened 7 months ago

s11eta1yek commented 7 months ago

It seems like the Picker gestures don't work inside the ScrollView, and they just don't move, instead the ScrollView scrolls, and the picker doesn't scroll at all.

s11eta1yek commented 7 months ago

I just gave the Picker height, and the scroll started to work fine. but now there is another problem. It says itemSpace is deprecated and all of the items are so close together. I wish there was a way I could properly style the items.