Dec 2, 2021
You can use the `eas build` command.
https://docs.expo.dev/build/introduction/
The `expo build` command is deprecated and doesn't support config plugins.
If you want to build it locally (you need to have Android Studio installed), you can use the `expo run:android` command or `eas build --local`