Start First React Native App and Debugging (Ubuntu)
STEP 1:create a project called AwesomeProject
npx react-native init AwesomeProject
Step 2:Check and confirm USB debugging /Developer option Enable
adb devices
If you have a physical Android device, the device name listed here
Step 3: Start your app...
josephjosedev.hashnode.dev1 min read