These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system, or visit https://mindlogger.org for instructions to download the demo mobile app.
See the widget development guide
You need Node, npm, yarn and React Native to be installed. For example
npm -v
6.14.0
yarn -v
1.13.0
react-native -v
react-native: 0.61.5
You also need to have Xcode and Android Studio to be installed.
You need to install packages first.
yarn install
Link packages with React Native iOS and Android projects
react-native link
iOS:
yarn ios
Android:
yarn android
You can run unit tests locally.
yarn test
You can also run eslint on the entire codebase.
yarn lint
Continuous integration: changes to the master branch will be automatically built through Bitrise.
iOS:
You can use fastlane From root directory of repository
cd ios
fastlane beta
It will archive release build for iOS and push to appstore. It will take several minutes.
Otherwise, you can build and archive manually using Xcode.
Android:
yarn prod-bundle
yarn prod-build
It will create app-release.apk in android/app/build/outputs folder
- React Native - React Native framework
See 🔗 CONTRIBUTING.
See 🔗 CONTRIBUTING#Versioning.
See the list of contributors who participated in this project.