Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/capricorncd/github-app
Github App with React-Native
https://github.com/capricorncd/github-app
android github-api ios react-native
Last synced: about 1 month ago
JSON representation
Github App with React-Native
- Host: GitHub
- URL: https://github.com/capricorncd/github-app
- Owner: capricorncd
- Created: 2020-05-01T13:40:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T01:03:00.000Z (4 months ago)
- Last Synced: 2024-09-15T04:03:09.809Z (4 months ago)
- Topics: android, github-api, ios, react-native
- Language: JavaScript
- Homepage: https://capricorncd.github.io/github-app/download/index.html
- Size: 33.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub App
GitHub App developed with React-Native
### App Download
https://capricorncd.github.io/githubApp/download/index.html
### Screenshot
Screenshot from iPhone 6 plus
![Github app Screenshot from iPhone 6 plus](./download/screenshot-from-iphone6-plus.png)
### Start
```
npm i -g react-native-cli
``````
npm i
``````
npm run ios
# or
npm run android
```### Build ios
1.bundle js files
```
npm run bundle-ios
```2.Xcode:
2.1 Add `js bundle files` to `GithubApp` project
2.2 Xcode –> Product –> Scheme –> Edit Scheme…
info -> Build Configuration: Release2.3 Build
### Build android```
cd android
``````
./gradlew assembleRelease
```### Documents
React https://github.com/facebook/react
React Native https://reactnative.dev/
React Navigation https://reactnavigation.org/
React Redux https://react-redux.js.org/
WebView https://github.com/react-native-community/react-native-webview
### Icons
Usage https://github.com/oblador/react-native-vector-icons
Icons https://oblador.github.io/react-native-vector-icons/