rupencxosync
Results
2
comments of
rupencxosync
include the dev dependency: "metro-react-native-babel-preset": "^0.76.1", include the preset. presets: [ '@babel/preset-env', '@babel/preset-react', '@babel/preset-typescript', 'module:metro-react-native-babel-preset', ], reset/clear the cache and run: npx expo start -c --android
I did multiple things before I got this working properly. Clearing cache definitely helps. Make sure the babel deps and config are correct. Go through babble docs carefully. Make sure...