- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
useNativeDriver warning when using animated markers #3483
Comments
Any updates here? I am having same issues... |
I submitted a PR to fix it but it seems to fail the ci checks because of a yarn issue. I'll try to fix and resubmit and hopefully they will merge. To fix it though take a look above where I mention how to suppress the warning/issue. |
fix was merged to master! 😄 See PR above... |
Awesome, thx! |
It is still not working for me using "react-native": "~0.63.3", "react-native-maps": "^0.27.1" |
same for me, still getting this warning every second |
Take a look at my summary paragraph above, I explained how to suppress it by changing one line of code in the package's folder in node-modules. |
Bug report
Summary
When using React Native v0.62, a consistent warning will generate when using an animated region and animated marker. The warning (seen below) can be suppressed on iOS by setting the option
useNativeDriver: false
inAnimatedRegion.js
.See https://reactnative.dev/blog/2017/02/14/using-native-driver-for-animated#how-do-i-use-this-in-my-app
Environment info
react-native info
output:Library version: 0.27.1
Steps to reproduce
Describe what you expected to happen:
N/A
Reproducible sample code
New animated region
JSX for Map...
The text was updated successfully, but these errors were encountered: