-
Setup
npm install -g eas-cli npm install eas login
-
Dev Server
npx expo start # Connect over Wifi
-
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).
-
Submit to app store
eas submit --platform android
-
Notifications
You must be signed in to change notification settings - Fork 1
DovieW/upcoming-yomtovs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Simple app which lists upcoming yomim toivim and events.