We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f602b9d commit 7e1c656Copy full SHA for 7e1c656
docs/manual-setup.rst
@@ -24,6 +24,12 @@ To this::
24
25
export NODE_BINARY=node
26
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
33
../node_modules/sentry-cli-binary/bin/sentry-cli react-native xcode \
34
../node_modules/react-native/packager/react-native-xcode.sh
35
0 commit comments