To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/mensatalk/mensatalk_app.git
- Install NPM packages
npm install
Run on android
npx react-native run-android
Run on iOS
npx react-native run-ios
Currently we only generate a Android APK (see: GitHub Releases)
For creating your own release app, see:
- Build for Android see Publishing to Google Play Store
- Build for iOS see Publishing to App Store
BSD 3-Clause "New" or "Revised" (see: LICENSE)