Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 2.4 KB

README.md

File metadata and controls

68 lines (46 loc) · 2.4 KB

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