# DiscourseMobile **Repository Path**: mirrors_discourse/DiscourseMobile ## Basic Information - **Project Name**: DiscourseMobile - **Description**: Discourse Mobile - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Discourse Mobile Native iOS and Android app for Discourse ## Getting Started Install Yarn and Watchman ``` npm install -g yarn brew install watchman ``` Install all the project dependencies: ``` yarn ``` On macOS, make sure you install CocoaPods and its packages: ``` bundle pod install --project-directory=ios ``` Once installed you can get started with: ``` npx react-native start // and in a second terminal, either: npx react-native run-ios // or npx react-native run-android ``` See more at: https://facebook.github.io/react-native/docs/getting-started.html 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 ```