Replies: 3 comments 6 replies
-
Are you sure you want to put 'react-native-reanimated/plugin' under module.exports = {
presets: ['module:@react-native/babel-preset'],
plugins: ['react-native-reanimated/plugin']
}; A similar example can be found in reanimated docs. |
Beta Was this translation helpful? Give feedback.
-
Hey devs, My same problem was sort out by installing [email protected] when my [email protected],, I think these both libraries are co-related so firstly install react-native-gesture-handler by
and then clear cache by
After that it worked in my case |
Beta Was this translation helpful? Give feedback.
-
in my case i also get this error, when i added this plugins to babel.config file "plugins: ['react-native-reanimated/plugin']" and add react-native-gesture-handler and run with |
Beta Was this translation helpful? Give feedback.
-
Hey guys
I found this nice library Reanimated for react native, but i have some issues with the using
I have installed the package with
npm i react-native-reanimated
Added plugin into babel.config.js
And using the library like this
But when i start the project i get this error
TypeError: Cannot read property 'makeMutable' of undefined
Current dependencies and versions of the project
I really struggle with it. I have made a research for the problem, but no working solutions for my exact problem
Beta Was this translation helpful? Give feedback.
All reactions