jfilter / react-native-onboarding-swiper

🛳 Delightful onboarding for your React-Native app
https://www.npmjs.com/package/react-native-onboarding-swiper
Other
971 stars 179 forks source link

Set useNativeDriver to avoid Warnings #81

Closed azizhk closed 4 years ago

azizhk commented 4 years ago

With React Native v0.62 onwards useNativeDriver is a required parameter which needs to be passed. https://reactnative.dev/blog/2020/03/26/version-0.62#deprecations https://github.com/facebook/react-native/commit/5876052615f4858ed5fc32fa3da9b64695974238

jfilter commented 4 years ago

Thanks, will push new version soon.