Update iOS to RN 0.54 (#248)

* Update iOS to RN 0.54
This commit is contained in:
Diego Mello 2018-03-06 21:14:38 -03:00 committed by Guilherme Gazzo
parent fcf55d259f
commit f20faccbfa
1 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ jobs:
name: Install NPM modules
command: |
rm -rf node_modules
npm install --save react-native@0.51
# npm install --save react-native@0.51
npm install
# npm install react-native
@ -185,7 +185,7 @@ jobs:
ios-testflight:
macos:
xcode: "8.3.3"
xcode: "9.0"
steps:
- checkout