Relative Content

Tag Archive for javascriptreact-nativeexporeact-typescript

After npx expo prebuild, npx expo run:android wont work

I just installed a fresh react native app using
npx create-expo-app --template tabs
Then I proceeded with the following command
npx expo prebuild
Which ran and completed successfully. So I’m trying to run my app on my android emulator using the command npx expo run:android but I get an error I don’t understand as shown on the image below.
The error I get when try to run my app