From 5ea492c1b08c1da87b7222190ff69582e5c486dc Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Mon, 5 Mar 2018 10:41:44 -0300 Subject: [PATCH] hotfix for ios --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2882058f2..845b8b1d1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -147,6 +147,7 @@ jobs: name: Install NPM modules command: | rm -rf node_modules + npm install --save react-native@0.51 npm install # npm install react-native