mirror of
https://github.com/tappollo/booster.git
synced 2026-04-30 10:32:37 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user