Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belinchung/react-native-hiapp
HiApp written in react-native.
https://github.com/belinchung/react-native-hiapp
hiapp hybrid-apps i18n localize react react-native redux
Last synced: about 2 hours ago
JSON representation
HiApp written in react-native.
- Host: GitHub
- URL: https://github.com/belinchung/react-native-hiapp
- Owner: BelinChung
- License: mit
- Created: 2016-05-26T06:11:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T18:59:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T13:50:15.085Z (9 days ago)
- Topics: hiapp, hybrid-apps, i18n, localize, react, react-native, redux
- Language: JavaScript
- Homepage: http://hi.belinchung.com/
- Size: 9.44 MB
- Stars: 644
- Watchers: 25
- Forks: 182
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# react-native-hiapp
[HiApp](https://github.com/BelinChung/HiApp) written in react-native.## Previews
[![preview](https://i.imgur.com/lrKgIMO.png)](https://youtu.be/C2hX8ruKS9o)
Mirrors: [秒拍](http://t.cn/Aim7kcIf)
## Requirements
[React Native](http://facebook.github.io/react-native/docs/getting-started.html) `0.61.1` (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** :
```
$ yarn
```3. **Start Packager:**
```
$ yarn start
```4. **Running on iOS:**
```
$ yarn ios
```
5. **Running on Android**:```
$ yarn android
```## License
Copyright (c) 2016 - 2019 Belin Chung. MIT Licensed, see [LICENSE](https://github.com/BelinChung/react-native-hiapp/blob/master/LICENSE) for details.