Skip to content

pmusaraj/DiscourseMobile

 
 

Repository files navigation

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 Whitelisted Mobile Notifier

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.1%
  • Java 5.7%
  • Objective-C 4.7%
  • Other 1.5%