Hello, my notebook does not have the option to enable virtualization, so I need a way to test an app I'm making. Does anyone know a way for me to do this on my own smartphone?
Hello, my notebook does not have the option to enable virtualization, so I need a way to test an app I'm making. Does anyone know a way for me to do this on my own smartphone?
Expo is the solution for you. Take a look here: link
But basically, you install the Expo APP on your mobile phone, also install on the project:
npm install expo-cli --global
It will generate a QR code and you use the APP on your cell phone to scan this QR
You can do this either using the Expo or the other CLI. But if the project is simple and does not need many native settings I highly recommend the expo. Just run the command: expo start
That it will generate a qrcode, and by reading it using the Expo application, you can test the design on your mobile.
You can use the Expo as already mentioned there or debug directly on your cell phone via usb. Just enable your mobile to debug in the developer options.