eLadder App
June 6, 2022 ยท View on GitHub
This app is built as a React Native app using Expo.
Development
- See https://expo.io/learn to install everything necessary for getting started with expo.
- Copy sample.env to .env (
cp sample.env .env). For local development you should not need to add any api keys but only the ENDPOINT_URL. - Run
yarn installto install missing dependencies. - Run
expo startto start the application andexpo iosorexpo androidto preview on your local simulator - For local development the API server is presumed to be available at http://localhost:3000. Modify
app/constants/environment.jsif the API server is available elsewhere. The--release-channel productionflag enables the usage of the apiUrl fromapp.json.