From 818e310a26548a04e044da2f1aab37b260980382 Mon Sep 17 00:00:00 2001 From: Andrey Shovkoplyas Date: Mon, 2 Apr 2018 13:24:31 +0300 Subject: [PATCH] added mvn to prepare-ios Signed-off-by: Andrey Shovkoplyas --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index edd853891e..46e49fda4a 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ prepare: ##@prepare Install dependencies and prepare workspace ./re-natal enable-source-maps prepare-ios: prepare ##@prepare Install iOS specific dependencies + mvn -f modules/react-native-status/ios/RCTStatus dependency:unpack cd ios && pod install && cd .. #----------------