Return to site

Create react native app run android emulator mac

broken image
broken image

To open the Debug menu we have to simulate the shack device functionality in our emulator. Make sure you have installed Google Chrome Web Browser in your computer.Ģ. Now start the NPM server or launch the react native app in your emulator. The first step is to start the android emulator in your computer. Contents in this project Debug React Native App in Android Emulator Using Chrome Debug Tool:-ġ. So in this tutorial we would learn about How to Debug React Native App in Android Emulator Using Chrome Debug Tool. If we’re receiving data from a WEB API then we can print all the values in Console method and if the data not shown in the List View or FlatList then we can be sure using console that the data is arrived or not in the app using Api call. The Console.log() method allow us to print any sending or coming value in debugger console. The debug tool works with Console.log() method. Debug means checking the app for errors or API class data in the background using custom tool. Google chrome debugger tool also known as Chrome debug is used by many react native developers to debug react native android apps.