Cigal
Results
1
comments of
Cigal
this the solution that worked for me .. i changed babel.config.js from module.exports = { presets: ['module:@react-native/babel-preset'], ] to module.exports = { presets: ['module:@react-native/babel-preset'], plugins: ['react-native-reanimated/plugin'], }; installed yarn .....