kostimarko / rn-content-loader

a react native content loader without expo using react native svg
MIT License
82 stars 25 forks source link

Getting this warning continously with the new React Native. #13

Open Karthik-B-06 opened 4 years ago

Karthik-B-06 commented 4 years ago

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

kostimarko commented 4 years ago

@Karthik-B-06 which version are you using?

Karthik-B-06 commented 4 years ago

@kostimarko
"dependencies": { "react": "16.11.0", "react-native": "0.62.2", "react-native-elements": "^2.0.0", "react-native-svg": "^12.1.0", "rn-content-loader": "0.0.4" }

kostimarko commented 4 years ago

@Karthik-B-06 update the library, there was a fix for this in 0.0.6 let me know if you still have issues after updating.

Karthik-B-06 commented 4 years ago

@kostimarko Yes still having the issue after updating it.

"dependencies": { "react": "16.11.0", "react-native": "0.62.2", "react-native-elements": "^2.0.0", "react-native-svg": "^12.1.0", "rn-content-loader": "0.0.6" }