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 1eacd44 commit 7657339Copy full SHA for 7657339
docs/platforms/react-native/manual-setup/manual-setup.mdx
@@ -65,10 +65,10 @@ SENTRY_XCODE="../node_modules/@sentry/react-native/scripts/sentry-xcode.sh"
65
BUNDLE_REACT_NATIVE="/bin/sh $SENTRY_XCODE $REACT_NATIVE_XCODE"
66
67
# RN 0.81.1+
68
-# /bin/sh -c "$WITH_ENVIRONMENT $BUNDLE_REACT_NATIVE"
+/bin/sh -c "$WITH_ENVIRONMENT /bin/sh $SENTRY_XCODE $REACT_NATIVE_XCODE"
69
70
# RN 0.69 - 0.80.0
71
-/bin/sh -c "$WITH_ENVIRONMENT \"$BUNDLE_REACT_NATIVE\""
+# /bin/sh -c "$WITH_ENVIRONMENT \"$BUNDLE_REACT_NATIVE\""
72
73
# RN 0.46 – 0.68
74
# /bin/sh -c "$BUNDLE_REACT_NATIVE"
0 commit comments