expo-progress icon indicating copy to clipboard operation
expo-progress copied to clipboard

Warnings after upgrading to Expo 42 and Reanimated 2

Open JB1905 opened this issue 4 years ago • 3 comments

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

Zrzut ekranu 2021-07-2 o 18 13 45

JB1905 avatar Jul 02 '21 16:07 JB1905

@JB1905 @EvanBacon Any update ?

johannbuscail avatar Sep 01 '21 09:09 johannbuscail

@johannb75 Not on my side. I decided to replace expo-progress with the progress component from react-native-elements in the project

JB1905 avatar Sep 01 '21 10:09 JB1905

@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

johannbuscail avatar Sep 01 '21 11:09 johannbuscail