From f20faccbfa27e25c3f13fc2ab60f752645aac59e Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Tue, 6 Mar 2018 21:14:38 -0300 Subject: [PATCH] Update iOS to RN 0.54 (#248) * Update iOS to RN 0.54 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 845b8b1d1..ab9141960 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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