Reactor11 / DiscourseMobile

Discourse Mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discourse Mobile

Native iOS and Android app for Discourse

Getting Started

We use yarn to manage dependencies, be sure to have it installed:

npm install -g yarn

Next make sure you have react-native cli installed:

npm install -g react-native-cli

Ensure you install all the latest and greatest packages:

cd DiscourseMobile
% yarn

Once installed you can get started with:

// https://facebook.github.io/react-native/docs/getting-started.html
react-native run-ios
react-native run-android

Note, on Android your localhost may not be accessible from the simulator, read the error message carefully and consider running:

adb reverse tcp:8081 tcp:8081

About

Discourse Mobile

License:MIT License


Languages

Language:JavaScript 91.7%Language:Java 3.0%Language:Objective-C 2.2%Language:Ruby 2.0%Language:Swift 0.8%Language:Starlark 0.2%Language:C 0.0%