export 'default'.'Value' (imported as 'Animated') was not found in 'react-native-reanimated' - 2.10.x
See original GitHub issueDescription
Found when upgrading a react native web project’s reanimated dep from 2.2.x -> 3.0.0-rc.3
ERROR in ./node_modules/@react-navigation/drawer/lib/module/views/legacy/Drawer.js 84:25-39
export 'default'.'Value' (imported as 'Animated') was not found in 'react-native-reanimated' (possible exports: FlatList, Image, ScrollView, Text, View, addWhitelistedNativeProps, addWhitelistedUIProps, createAnimatedComponent
Steps to reproduce
- upgrade reanimated from 2.2.x -> 3.0.x
- use react-navigation with all of the latest versions (drawer v6.5.0)
Snack or a link to a repository
N/A
Reanimated version
2.10.x & up
React Native version
react native web 0.18.9
Platforms
Web
JavaScript runtime
No response
Workflow
No response
Architecture
No response
Build type
No response
Device
No response
Device model
No response
Acknowledgements
Yes
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:19 (4 by maintainers)
Top Results From Across the Web
Interpolate | React Native Reanimated - Software Mansion
When using interpolate imported directly from react-native-reanimated v1, ... If extrapolation for a side is not provided, it defaults to Extrapolation.
Read more >I'm getting an error about not having a default export
Question :: export 'default' (imported as 'AuthProvider') was not found in '../components/contexts/AuthContext' (possible exports: ...
Read more >react-native-reanimated - npm
More powerful alternative to Animated library for React Native.. Latest version: 2.13.0, last published: a month ago.
Read more >export 'default' (imported as 'link') was not found in 'react ...
software-mansion/react-native-reanimatedexport 'default'.'Value' (imported as 'Animated') was not found in 'react-native-reanimated' - 2.10.x#3614.
Read more >react-native-reanimated - UNPKG
The CDN for react-native-reanimated. ... 48, * ' __value' is not available at runtime on AnimatedNode<T>. It is ... 603, export default Animated;....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

It was happened between 2.9.x and 2.10.0 when index files in package was splits into: index.js and index.web.js
I’m using expo 47, react-native 70 and react-native-reanimated 2.12.0 and here are steps to fix this issue:
We’re seeing this in version 2.10.x