Test an App on android. React Native

Asked

Viewed 2,202 times

0

Hello, my laptop doesn’t have the option to activate virtualization, so I need a way to test an app I’m doing. Does anyone know a way for me to do this on my own smartphone?

3 answers

1


Expo is the solution for you. Take a look here: https://expo.io/tools

But basically, you install the APP Expo on your mobile phone, also installs in the project:

npm install expo-cli --global

It will generate a QR code and you use the APP on mobile to scan this QR

0

You can do this either by using the Expo or the other CLI. But if the project is simple and does not need many native settings I recommend the expo. Just run the command: expo start

That it will generate a qrcode, and when reading it using the Expo app, you can test the project on your mobile.

0

You can use the Expo as already mentioned there or debug directly on your mobile via usb. Just enable your mobile to debug in the developer options.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.