Skip to content

Code for the MensaTalk React Native app for Android and iOS.

License

Notifications You must be signed in to change notification settings

MensaTalk/mensatalk_app

Repository files navigation

Logo

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
git clone https://github.com/mensatalk/mensatalk_app.git
  1. Install NPM packages
npm install

Run locally

Run on android

npx react-native run-android

Run on iOS

npx react-native run-ios

Release

Currently we only generate a Android APK (see: GitHub Releases)

For creating your own release app, see:

License

BSD 3-Clause "New" or "Revised" (see: LICENSE)