10 Run React Native on NOX Player

Опубликовано: 05 Ноябрь 2024
на канале: Best InfoDev Solution
1,603
7

Run React Native on NOX Player

1. Enable root access in Nox Player
2. Go to settings, go to about tablet and tap build number for 8 times to enable developer options
3. Go to developer options and enable "usb debugging"
4. Open terminal and type adb connect 127.0.0.1:62001. Type adb devices to make sure your emulator is connected.
5. Go to your project, type react-native run android --deviceId 127.0.0.1:62001.
6. Your app run, done.

#noxplayer #reactnative #react #android #emulatorandroid