module.exports = { presets: [ 'module:@react-native/babel-preset', ], plugins: [ "react-native-reanimated/plugin", ["module-resolver", { alias: { "^react-native$": "react-native" } }] ], };