React Native Problem Encounters

- Struck after installing application on mobile

Solution (not sure which is the solution):
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
