cleanup top level directory

This commit is contained in:
Akinwale Ariwodola 2020-05-23 07:51:56 +01:00
parent 40c36df414
commit 26703815b2
3 changed files with 0 additions and 14 deletions

View file

@ -1,3 +0,0 @@
.buildozer
.buildozer-downloads
.gradle

View file

@ -1,5 +0,0 @@
#!/bin/sh
cd app
react-native bundle --platform android --dev false --entry-file src/index.js --bundle-output ../src/main/assets/index.android.bundle --assets-dest ../src/main/res/
cd ..
buildozer android debug

View file

@ -1,6 +0,0 @@
#!/bin/sh
cd app
react-native bundle --platform android --dev true --entry-file src/index.js --bundle-output ../src/main/assets/index.android.bundle --assets-dest ../src/main/res/
cd ..
buildozer android debug deploy