react-native-image-view
react-native-image-view copied to clipboard
Animated: `useNativeDriver` was not specified. This is a required option and must be explicitly set to `true` or `false`
React-Native: "0.64.3" Expo: "~44.0.0", "Expo-Cli": "^5.0.3",
When I open the ImageView component, in console I can see:
Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to 'true' or 'false' this kind of warning, I encounter this problem on both Android and iOS devices.

I have same warning
I also encountered the same
Any updates?