Skip to main content

Command Palette

Search for a command to run...

React Native Problem Encounters

Updated
1 min read
React Native Problem Encounters
  1. Struck after installing application on mobile

Solution (not sure which is the solution):

a) STACKOVERFLOW

adb reverse tcp:8081 tcp:8081  //Forward requests from your device

b) Revoke USB debugging authorisations

c) Clean Gradle (Guess, This is the solution)

cd android && ./gradlew clean

https://stackoverflow.com/questions/57214774/react-native-run-android-stuck-at-99-appdebug

d) Reset Cache

npx react-native start --reset-cache