https://github.com/alan345/socialmap
https://github.com/alan345/socialmap
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alan345/socialmap
- Owner: alan345
- Created: 2017-01-26T20:08:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T17:24:01.000Z (about 9 years ago)
- Last Synced: 2025-07-13T08:49:44.914Z (12 months ago)
- Language: JavaScript
- Size: 751 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## REACT NATIVE - SIDE PROJECT ##
## INSTALLATION ##
1. ```npm install```
### ANDROID
2. ```react-native run-android```
### IPHONE
2. ```react-native run-ios```
... A completer
...
## GIT
Create the branch on your local machine and switch in this branch
```git checkout -b feature/[name_of_your_new_branch]```
Push the branch on github :
```git push -u origin feature/[name_of_your_new_branch]```
Commit changes in a new branch
```git add .```
```git commit -m ```
```git push -u origin ```
Digaram fo the App
https://docs.google.com/drawings/d/1Rcc-UFXhL88AssH0elXD59Twj_qaulpTgIGdAf7-Yxk/edit?usp=sharing
Which branch is selected in local
```git branch```
how to discard git local branch changes?
```git reset --hard```
or
```git checkout -f```
## Generating the release APK
```cd android && ./gradlew assembleRelease```
https://facebook.github.io/react-native/docs/signed-apk-android.html