You need to follow these steps: 1 - npx expo-doctor // (check for any outdated dependencies) // If there are any outdated dependencies, run 2 - npx expo install --check 3 - npm install [email protected]
4 - add the following to the 'app.json' file: enter image description here
5 - Once this is done, all you have to do is build the app for Android: 'eas build --platform android'. You don't need to run any prebuild.