burr-road / disciple-tools-mobile-app

The React Native code base for the Disciple Tools mobile app

Home Page:https://disciple.tools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disciple Tools Mobile App

The React Native code base for the Disciple Tools mobile app.

Download the App

AppStore PlayStore

Latest status

Production Development

Team

Dependent Repo

Basic Design Idea

Basic Design Idea

Installation (Development)

npm install
npm start

Currently pure React Native, can be 'ejected' to integrate native code when the need arises.

Installation (Demo)

To try out the app without setting up the development environment, download the "expo" app on iOS or Android:

Expo Client (iOS)

Expo Client (Android)

Then open the url https://expo.io/@discipletools/discipletoolsapp to view within the expo app.

DataStore

Information on the redux setup for managing data: Data Store

Tests

Run all tests:

npm run test

Run individual tests by search pattern:

npx jest MySearchQuery
npx jest TextField
npx jest components/*

Contributing

Contributing Guide

About

The React Native code base for the Disciple Tools mobile app

https://disciple.tools/

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%Language:Shell 0.0%