Creating Apk for React Native Project

shreyadhir

Shreya

Posted on October 21, 2020

Creating Apk for React Native Project

APK (Android Application Package) - An app file for Android which is present in the package format used as a standalone app.

Set up

To start, we need to eject the expo environment from the project. Write the following command in the command prompt:

expo eject
Enter fullscreen mode Exit fullscreen mode
  • Now, we need to run the command:
 expo build:android 
Enter fullscreen mode Exit fullscreen mode
  • Further, the following permissions will be asked; follow the steps below:
? Would you like to proceed? Yes
โˆš Choose the build type you would like: ยป apk 
Enter fullscreen mode Exit fullscreen mode

The build will then start taking place. While it might take some time, you can monitor your build by following the link given under "You can monitor the build at" with all the necessary details about the build.

Happy Learning! ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป

๐Ÿ’– ๐Ÿ’ช ๐Ÿ™… ๐Ÿšฉ
shreyadhir
Shreya

Posted on October 21, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Creating Apk for React Native Project
android Creating Apk for React Native Project

October 21, 2020

ยฉ TheLazy.dev

About