codewithali9

Results 11 comments of codewithali9

modify metro.config.js to ignore "react-dom" ``` const path = require('path'); . . . . config.resolver = { ...config.resolver, extraNodeModules: { ...config.resolver.extraNodeModules, 'react-dom': path.resolve(__dirname, 'node_modules', 'react-native'), // Redirect to react-native },...