/lto-field-work

App for field data collection. Built with React Native.

Primary LanguageTypeScript

Work in progress. Info will be added.

Run locally

$ npx expo start

Build

Tailwind:

$ npm run build:tailwind

Translations:

$ npm run build:translations

App:

$ npm run bundle:ios
$ npm run eject

Deploy

Building and submitting the app:

$ eas build --platform ios --profile production 
$ eas submit --platform ios