An open API service indexing awesome lists of open source software.

https://github.com/alan345/socialmap


https://github.com/alan345/socialmap

Last synced: 5 months ago
JSON representation

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