Awesome
Context Launcher
Context Launcher is an Android list-based launcher made to be simple, practical and straight forward to use.
<a href='https://play.google.com/store/apps/details?id=com.razinj.context_launcher&utm_source=github_readme&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' width="200"/></a>
Become a tester.
Preview
Run
Install dependencies:
# NPM
npm ci
# Gradle
cd android && ./gradlew build
Install and launch app in an android device/emulator:
npm run start:all
Build
Debug apk
:
cd android && ./gradlew assembleDebug
Release apk
and aab
Before generating release builds, change the versionCode
and versionName
in android/app/build.gradle
.
./gradlew assembleRelease # Release 'apk'
./gradlew bundleRelease # Release 'aab'
Or run the build.sh
script.
Tests
Only RN/Jest are implemented at the moment.
Run:
npm run test
Misc
Open up the debugging menu:
adb shell input keyevent 82