You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens because @rainbow-me/react-native-animated-charts has a version of react-native-reanimated inside its node_modules folder instead of listing it as a peer dependency, and it is trying to use the same native module as the newer instance installed on your project. The older instance tries to call a removed function in the newer version of the native module, which causes this error. To fix this, modify your package.json to use only one version of reanimated by adding the following:
Windows.
React Native project. Yarn.
Using Expo.
Followed your docs:
Used your example on a separate screen:
Phone shows:
Now the problem will happen:
As soon as I add ANY or ALL of the imports, Expo crashes.
Is there a solution to this?
The text was updated successfully, but these errors were encountered: