gavur.blogg.se

React native and android studio
React native and android studio








To open the Developer Menu in Real Device you just need to shake the device and it will open the Developer Menu popup for you. If you are doing some changes and want to see in your device you have to enable the Hot/Live Reloading which can be done form the Developer Menu. Now re-run the app using npx react-native run-android Screenshot of the app running in the real device Here you have to replace  with your device name. Then use below command to solve adb -s tcp:8081 tcp:8081 If you get a “bridge configuration isn’t available” error. Now run your app using npx react-native run-android Known Issue You will find a Developer Option direct in settings or in Additional SettingsĪfter that Enable Developer Option and USB debuggingĪfter doing this you have to attach your Real Device with the computer using a USB cable and run the following command on terminal.

react native and android studio react native and android studio

Find for the Build number or MIUI version and click it multiple time, until it shows you are a developer now










React native and android studio