camrun91 / apollos-apps

Apollos Apps is an open source platform for launching better native apps for the modern church.

Home Page:https://apollosapp.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Apollos Project

Develop

First, run through the React Native environment setup instructions for iOS and Android. Make sure you're using the React Native CLI section, not Expo.

Then, install dependencies for all the front-end packages

yarn

Next, go into the app template folder and get the bundler up and running:

cd templates/mobile
yarn && yarn start

Add the server URL to a .env file

templates/mobile/.env
*********************

APP_DATA_URL=https://apollos-demo.staging.apollos.app

Lastly, in a new tab, run the command to boot up the simulator

yarn ios

Any of the apollos-ui-* folders are React Native code and when edited, will reload the app bundle. Now all that's left is to submit a PR!

About

Apollos Apps is an open source platform for launching better native apps for the modern church.

https://apollosapp.io

License:Other


Languages

Language:JavaScript 94.7%Language:TypeScript 3.0%Language:Objective-C 0.6%Language:Java 0.5%Language:Ruby 0.4%Language:Kotlin 0.3%Language:Swift 0.2%Language:Shell 0.2%Language:Starlark 0.1%Language:C 0.0%Language:CSS 0.0%