Skip to content

Commit 7e1c656

Browse files
authored
[Docs] Fix build phase for RN 0.46+
1 parent f602b9d commit 7e1c656

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/manual-setup.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ To this::
2424

2525
export NODE_BINARY=node
2626
export SENTRY_PROPERTIES=sentry.properties
27+
28+
# If you are using RN 0.46+
29+
../node_modules/sentry-cli-binary/bin/sentry-cli react-native xcode \
30+
../node_modules/react-native/scripts/react-native-xcode.sh
31+
32+
# For RN < 0.46
2733
../node_modules/sentry-cli-binary/bin/sentry-cli react-native xcode \
2834
../node_modules/react-native/packager/react-native-xcode.sh
2935

0 commit comments

Comments
 (0)