react-native-bottom-sheet icon indicating copy to clipboard operation
react-native-bottom-sheet copied to clipboard

fix: ts compile error on Animated has no exported member EasingFunction

Open LeunensMichiel opened this issue 5 months ago • 2 comments

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

LeunensMichiel avatar Sep 15 '25 13:09 LeunensMichiel

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.

github-actions[bot] avatar Nov 08 '25 09:11 github-actions[bot]

not stale

LeunensMichiel avatar Nov 16 '25 16:11 LeunensMichiel

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.

github-actions[bot] avatar Dec 17 '25 09:12 github-actions[bot]

Fixed on main, closing

LeunensMichiel avatar Dec 17 '25 09:12 LeunensMichiel