> Error: Module 'react-native-reanimated/plugin' not found in index.js
To resolve this problem, I commented out the plugins array containing ['react-native-reanimated/plugin'] in the code snippet below:
module.exports = function(api) {
return {
presets: ['babel-preset-expo'],
// plugins: ['react-native-reanimated/plugin'],
};
};