The React Native code base for the Disciple Tools mobile app.
Production | Development |
---|---|
npm install
npm start
Currently pure React Native, can be 'ejected' to integrate native code when the need arises.
To try out the app without setting up the development environment, download the "expo" app on iOS or Android:
Then open the url https://expo.io/@discipletools/DiscipleToolsApp to view within the expo app.
Information on the redux setup for managing data: Data Store
Run all tests:
npm run test
Run individual tests by search pattern:
npx jest MySearchQuery
npx jest TextField
npx jest components/*