Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 522 Bytes

File metadata and controls

21 lines (14 loc) · 522 Bytes

collective-times

Native Application that displays technical information.

DevServer config

$ sudo sysctl -w kern.maxfiles=5242880
$ sudo sysctl -w kern.maxfilesperproc=524288

Build Android App

$ 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
$ ./gradlew clean assembleDebug

API Info