Dev
Mobile
react-native
Troubleshooting

RN Troubleshooting

Android

  1. [Build Issue] when encounter issue related to native classpath / gradle plugin during compile / build. Try:
  • Clean gradle cache

    cd android
    ./gradlew clean
    cd ../
     
    // then retry build
  • [Expo] update latest version: npx expo install --check

  • [Network] Try to change wifi network (sometimes some ISP block some resource url)