# react-native-hiapp **Repository Path**: mirrors_giantss/react-native-hiapp ## Basic Information - **Project Name**: react-native-hiapp - **Description**: HiApp written in react-native. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-native-hiapp [HiApp](https://github.com/BelinChung/HiApp) written in react-native. ## Previews [![preview](https://i.imgur.com/WHmiSnl.png)](https://youtu.be/ogZjvBNeOJQ) Mirrors: [秒拍](http://t.cn/R5qrq7H) ## Requirements [React Native](http://facebook.github.io/react-native/docs/getting-started.html) `0.42.0` (follow iOS and Android guides) ## Setup [VSCode extension for React Native](https://github.com/Microsoft/vscode-react-native) provides a development environment for React Native projects. You can debug your code, quickly run react-native commands from the command palette and use IntelliSense to browse objects, functions and parameters for React Native APIs. 1. **Clone the repo** ``` $ git clone https://github.com/BelinChung/react-native-hiapp.git $ cd react-native-hiapp ``` 2. **Install dependencies** (npm v3+): ``` $ npm install ``` 3. **Start Packager:** ``` $ npm start ``` 4. **Running on iOS:** ``` $ react-native run-ios ``` 5. **Running on Android**: ``` $ react-native run-android ``` ## License Copyright (c) 2016 - 2017 Belin Chung. MIT Licensed, see [LICENSE](https://github.com/BelinChung/react-native-hiapp/blob/master/LICENSE) for details.