Skip to content
Advertisement

Tag: metro-bundler

Unknown Option error from Babel in React-Native app

I am building a react-native app with typescript in order to learn react native. Once I run the app with expo start and try to run on emulator I get this error: index.js: [BABEL] ……../index.js: Unknown option: .name. Check out https://babeljs.io/docs/en/babel-core/#options for more information about options Actually I didn’t have this error before. I tried to install react-native-dotenv package and

Advertisement