expo-progress
expo-progress copied to clipboard
Warnings after upgrading to Expo 42 and Reanimated 2
I'm getting following warnings after upgrade to Expo 42 and Reanimated 2 in the project:
interpolate() was renamed to interpolateNode() in Reanimated 2. Please use interpolateNode() instead
Easing was renamed to EasingNode in Reanimated 2. Please use EasingNode instead

@JB1905 @EvanBacon Any update ?
@johannb75 Not on my side. I decided to replace expo-progress with the progress component from react-native-elements in the project
@JB1905 I just disabled logging for this warning:
import { LogBox } from "react-native"
LogBox.ignoreLogs(['in Reanimated 2']);
But this only a short term solution and a real one must be found