-
Notifications
You must be signed in to change notification settings - Fork 957
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 in Animated is required (RN v0.62) #974
Comments
Getting the same issue on react native 0.62.0 as well. This also happens in select component and TabView as well. @sakhnyuk did you find a way to resolve this yet ? I am getting more than 20 warning occurrences when changing a tab |
@abdulhamidOumer |
Same error occurs on NativeBase. https://stackoverflow.com/questions/61014661/animated-usenativedriver-was-not-specified-issue-of-reactnativebase-input |
I have make a PR this fix this: #995 |
@artyorsh When will release a new version with this fixed? |
+1 - This is unbearable and crashes my app :) theres so many instances of it |
+1 |
@artyorsh when we can expect next release with this fix? |
@hatim-developer It's included in v5-alpha, you may upgrade to it right now. It will become stable during the next week (track it here). 0.62 support in v4 will be released as 4.4.2 right after v5, becoming the last update for 4.x. |
@artyorsh thanks, |
🐛 Bug Report
Animated require useNativeDriver option in react-native v0.62
To Reproduce
Just trying to use BottomNavigation with animated Indicator (appearance="default")
UI Kitten and Eva version
The text was updated successfully, but these errors were encountered: