How to Generate React Native APK — Debug APK test before live?

द्वारा admin , 15 जनवरी, 2022

Generate Debug APK in 3 steps

step1:  npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res

step2: cd android

step3: ./gradlew assembleDebug

सादा टेक्स्ट

  • No HTML tags allowed.
  • लाइन और पैराग्राफ स्वतः भंजन
  • Web page addresses and email addresses turn into links automatically.