You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
618 B

6 years ago
remove all extra permissions (CAMERA, etc...) from node_modules expo
6 years ago
set true enableSeparateBuildPerCPUArchitecture and enableProguardInReleaseBuilds in node_modules
6 years ago
build using:
expo build:android --type app-bundle
6 years ago
expo fetch:android:keystore
export ANDROID_HOME=${HOME}/Android/Sdk
export PATH=${ANDROID_HOME}/tools:${PATH}
export PATH=${ANDROID_HOME}/emulator:${PATH}
export PATH=${ANDROID_HOME}/platform-tools:${PATH}
export ANDROID_HOME=/home/dslak/Android/Sdk
export PATH=${ANDROID_HOME}/tools:${PATH}
export PATH=${ANDROID_HOME}/emulator:${PATH}
export PATH=${ANDROID_HOME}/platform-tools:${PATH}