xxxxxxxxxx
/*other tutorials are all full of noise..*/
1) Follow instructions in official documentation
2) In your babel.config.js file, make it look like this
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
plugins: ['react-native-reanimated/plugin'],
};
if you haven't added anything else to it, you should have added "plugin: ['react-native-reanimated/plugin'],
3) If it still does not run, go to your ios folder and run pod install.