M
M
Millerish2017-10-10 17:44:08
JavaScript
Millerish, 2017-10-10 17:44:08

React Native: how to build apk?

How to properly build apk from react native? I found an option with expo . But apk doesn't show up:

  • npm install -g exp
  • Made app.json
  • exp start
  • expbuild:android
  • There is a link. Where to get apk?

What am I doing wrong? How do you build react native?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
shade, 2017-10-12
@shadek

(cd android && ./gradlew assembleRelease)
or like here
https://facebook.github.io/react-native/docs/signe... the
file will be here
android/app/build/outputs/apk/app-release.apk

P
Philbot, 2020-04-01
@philbot

In the case of Expo, the latter puts it in the build queue, gives you a link to the logs, and after a successful build, the APK is available for download from the Expo website

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question