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.
27 lines
618 B
27 lines
618 B
|
|
remove all extra permissions (CAMERA, etc...) from node_modules expo
|
|
|
|
set true enableSeparateBuildPerCPUArchitecture and enableProguardInReleaseBuilds in node_modules
|
|
|
|
build using:
|
|
expo build:android --type app-bundle
|
|
|
|
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}
|