Animated require useNativeDriver option in react-native v0.62
Just trying to use BottomNavigation with animated Indicator (appearance="default")


| Package | Version |
| ----------- | ----------- |
| @eva-design/eva | v1.4.0 |
| @ui-kitten/components | v4.4.1 |
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
unfortunately, this is required by rn 0.62 meaning now, to fix UI Kitten warnings, you can deal with it only with YellowBox :(
We’ll include this in future release.
Same error occurs on NativeBase.
All instances of Animated.timing or Animated.spring need to add useNativeDriver with true or false.
https://stackoverflow.com/questions/61014661/animated-usenativedriver-was-not-specified-issue-of-reactnativebase-input
https://github.com/GeekyAnts/NativeBase/issues/3109
I have make a PR this fix this: https://github.com/akveo/react-native-ui-kitten/pull/995
@artyorsh When will release a new version with this fixed?
The yellow warning is really annoying. ☹️
+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,
Sorry for delayed response we are using 4.x will be waiting for 4.4.2, once its released will upgrade it.
Most helpful comment
@abdulhamidOumer
unfortunately, this is required by rn 0.62 meaning now, to fix UI Kitten warnings, you can deal with it only with YellowBox :(
We’ll include this in future release.