Skip to content

React Native application for the InduláSch project

Notifications You must be signed in to change notification settings

berenteb/indulasch-native

Repository files navigation

InduláSch Native

supports iOS supports Android

runs with Expo Go

Mobile application for iOS and Android based on React Native & Expo.

Screenshot

Development

  1. Create a .env file with an API_URL=<backend url> field to have the application working.
  2. Install dependencies with yarn install
  3. Run with yarn ios or yarn android

Release

Release is done automatically using GitHub Actions and EAS using EAS Update. In this case it is supposed that you did not change any native code or config (you updated something in the Update layer).

If native code (native layer) or config is changed (i.e. app.json, app.config.ts, etc.) a new build and submit to app stores are needed.

Run yarn build:ios and yarn build:android to tell EAS to build new binaries. This will take some time. On success, create a new AppStore and Play Store submission using yarn submit:ios and yarn submit:android.

About

React Native application for the InduláSch project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published