Skip to content

jidetheblogger/DiscourseMobile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

373 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.0%
  • Objective-C 3.8%
  • Java 3.5%
  • Ruby 3.1%
  • Python 0.6%