Open Girum opened 3 years ago
Experiencing the same.
Same. Warning states: Animated: 'useNativeDriver' was not specified. This is a required option and must be explicitly set to 'true' or 'false'.
Experiencing the same.
Experiencing the same.
node_modules -> react-native-switch -> lib -> Switch.js
Add useNativeDrive:false to these lines.
@tlgync Hmm... Editing files in the node modules folder is not a good idea.
@tlgync Hmm... Editing files in the node modules folder is not a good idea.
you need to fork it.
@tlgync Hmm... Editing files in the node modules folder is not a good idea.
@nkemcels Yes but using the patch-package we can have the permanent fix by changing code in node modules.
library is not leveraging UI thread. Use this to solve your issue: react-native switch
Hi. I used the library recently, and jad no problem. But, when I used today, the React NAtive throws the warning for useNativeDriver. Do you resolve this in a new PR, or has a way in the props to do that?