n4kz / react-native-pages

Easy to use page view component
Other
376 stars 83 forks source link

Enable pagingEnabled prop #32

Closed redpanda-bit closed 4 years ago

gldev commented 5 years ago

I guess they're not accepting this, i wish this was available, hated having to hack my way around it.

n4kz commented 4 years ago

Thanks for PR and sorry for delayed reply. You can set scrollEnabled prop on Pages component directly and it will be passed down to underlying ScrollView. There is no need to set its value from other unrelated prop. I find it confusing and can not accept this.