mxck / react-native-material-menu

Pure JavaScript material menu component for React Native
MIT License
512 stars 91 forks source link

Animated: `useNativeDriver` was not specified. #87

Closed lnickdnguyen closed 4 years ago

lnickdnguyen commented 4 years ago

I receive the below warning when using Menu. Please update to include useNativeDriver={true} in your animations. Thanks!

WARN Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false

mxck commented 4 years ago

Fixed in v1.1.1