Skip to content

coombsj/disciple-tools-mobile-app

 
 

Repository files navigation

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%