Skip to content

Simple app which lists upcoming yomim toivim and events.

Notifications You must be signed in to change notification settings

DovieW/upcoming-yomtovs

Repository files navigation

Upcoming Yomtovs

Image of app main screen

Google Play

Development

  1. Setup

    npm install -g eas-cli
    npm install
    eas login
  2. Dev Server

    npx expo start # Connect over Wifi
  3. Build

    eas build --platform android --profile development # Creates a large APK file which is meant for connecting to the dev server (started by above command).
    eas build --platform android --profile preview # Build working simple APK on Expo server. Add --local to build locally but you'll need more dependencies.
    eas build --platform android # Build production version of app as an APK file. This can afterwards be submitted to Play Store using the `eas submit` command (see below).
  4. Submit to app store

    eas submit --platform android

About

Simple app which lists upcoming yomim toivim and events.

Topics

Resources

Stars

Watchers

Forks