React native – How to resolve error: webpack.config.js, No Babel config file detected for ""
I have a react native web app. And I try to run the app with the webpack.config.js file. So I installed webpack and webpack-cli. And Added in package.json this: { "name": "app", "version": "1.0.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo…