Skip to content

Viverov/reminder

Repository files navigation

Reminder

A small react-native reminder app to check things before leaving home.

Installation

Web - debug

npm install
npm install -g expo-cli
# For web version
npm run web

Android apk - debug (in docker, recommended)

docker-compose --file docker-compose.android.yml up
# APK path: {PROJECT_ROOT}/android/reminder.apk

Android apk - debug

# Install and configure android SDK before you start. 
npm install
npm install -g expo-cli
npm run eject-android
cd android
./gradlew assembleRelease
# APK path: {PROJECT_ROOT}/android/app/build/outputs/apk/release/app-release.apk

About

A small react-native reminder app to check things before leaving home.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published