File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
docs/platforms/react-native/manual-setup Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -62,15 +62,16 @@ set -e
6262WITH_ENVIRONMENT=" ../node_modules/react-native/scripts/xcode/with-environment.sh"
6363REACT_NATIVE_XCODE=" ../node_modules/react-native/scripts/react-native-xcode.sh"
6464SENTRY_XCODE=" ../node_modules/@sentry/react-native/scripts/sentry-xcode.sh"
65- BUNDLE_REACT_NATIVE=" /bin/sh $SENTRY_XCODE $REACT_NATIVE_XCODE "
6665
6766# RN 0.81.1+
6867/bin/sh -c " $WITH_ENVIRONMENT /bin/sh $SENTRY_XCODE $REACT_NATIVE_XCODE "
6968
7069# RN 0.69 - 0.80.0
70+ # BUNDLE_REACT_NATIVE="/bin/sh $SENTRY_XCODE $REACT_NATIVE_XCODE"
7171# /bin/sh -c "$WITH_ENVIRONMENT \"$BUNDLE_REACT_NATIVE\""
7272
7373# RN 0.46 – 0.68
74+ # BUNDLE_REACT_NATIVE="/bin/sh $SENTRY_XCODE $REACT_NATIVE_XCODE"
7475# /bin/sh -c "$BUNDLE_REACT_NATIVE"
7576```
7677
You can’t perform that action at this time.
0 commit comments