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