beefe / react-native-actionsheet

An elegant ActionSheet component for React Native.
MIT License
1.35k stars 343 forks source link

Added mandate `useNativeDriver` #156

Open ShivamKJJW opened 2 years ago

ShivamKJJW commented 2 years ago

Latest React requires useNativeDriver prop for any animations. Absence of this prop throws warning which can be an error in future versions.

As translate animation supports by nativeDriver, so adding that to true

ghmendonca commented 1 year ago

Can we please merge this PR and release a new version? These warnings are so annoying