10
leksyib
5y

I love react native but I hate the fact that I have to type

cd android && ./gradlew cleanBuildCache && cd .. && 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/ && cd android && ./gradlew assembleDebug

just to generate an apk file.

Comments
Add Comment