fix: ts compile error on Animated has no exported member EasingFunction
With the latest react-native-reanimated version, and expo sdk 54 (new arch), I got a ts compile error from this library
tsc --build --noEmit
error TS2694: Namespace '"/Users/michielleunens/Documents/code/allride_app/node_modules/react-native-reanimated/lib/typescript/Animated"' has no exported member 'EasingFunction'
I've updated the import locally like this and I was able to compile again
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.
not stale
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.
Fixed on main, closing