react native 0.62 upgrade (#34)

* wip - upgrade to react native .62

* make android compile

* fix: build

* chore: restore example password

* feat: add clear notification on logout

* doc: add basic build doc

* fix: code push and action sheet

* pod lock

* chore: add note to using node > 10

* restore to defaul rn eslint config

* format

* chore: update deps

* yarn install

* remove git add

* chore: upgrade to latest deps

* chore: upgrade pods

* fix: phone auth

* fix: remove image picker patch

* fix: build

* fix: android build

* fix: android action sheet
This commit is contained in:
Zhigang Fang
2020-04-09 20:41:06 +08:00
committed by GitHub
parent 0007a605a1
commit 9f37f9b1c8
67 changed files with 3705 additions and 2696 deletions

View File

@@ -5,6 +5,7 @@ You need to have node and [yarn](https://yarnpkg.com/en/) install first, because
> Because firebase cloud function currently only support node 10
> We have to use node 10 for all workspace pages
> Recommend using [fnm](https://github.com/Schniz/fnm) for better performance
> if you're using node version higher than 10, you need to do `yarn config set ignore-engines true` to prevent cloud function from complaining
```bash
git clone --origin booster --single-branch --branch release git@github.com:tappollo/booster.git goboost