From 7e1c65630c983097a2a64d093b17b059e4083852 Mon Sep 17 00:00:00 2001 From: Dmitry Patsura Date: Thu, 6 Jul 2017 11:58:43 +0900 Subject: [PATCH] [Docs] Fix build phase for RN 0.46+ --- docs/manual-setup.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/manual-setup.rst b/docs/manual-setup.rst index c2b2bc33db..d35abe0764 100644 --- a/docs/manual-setup.rst +++ b/docs/manual-setup.rst @@ -24,6 +24,12 @@ To this:: export NODE_BINARY=node export SENTRY_PROPERTIES=sentry.properties + + # If you are using RN 0.46+ + ../node_modules/sentry-cli-binary/bin/sentry-cli react-native xcode \ + ../node_modules/react-native/scripts/react-native-xcode.sh + + # For RN < 0.46 ../node_modules/sentry-cli-binary/bin/sentry-cli react-native xcode \ ../node_modules/react-native/packager/react-native-xcode.sh