> index.js: Cannot find module 'react-native-reanimated/plugin'
I fix this issue with comment plugins: ['react-native-reanimated/plugin'] module.exports = function(api) {
return {
presets: ['babel-preset-expo'],
// plugins: ['react-native-reanimated/plugin'],
};
};