File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
docs/platforms/react-native/manual-setup Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -60,17 +60,18 @@ To this:
6060set -e
6161
6262WITH_ENVIRONMENT=" ../node_modules/react-native/scripts/xcode/with-environment.sh"
63- REACT_NATIVE_XCODE=" ../node_modules/react-native/scripts/react-native-xcode.sh"
6463SENTRY_XCODE=" ../node_modules/@sentry/react-native/scripts/sentry-xcode.sh"
6564
6665# RN 0.81.1+
67- /bin/sh -c " $WITH_ENVIRONMENT /bin/sh $SENTRY_XCODE $REACT_NATIVE_XCODE "
66+ /bin/sh -c " $WITH_ENVIRONMENT $SENTRY_XCODE "
6867
6968# RN 0.69 - 0.80.0
69+ # REACT_NATIVE_XCODE="../node_modules/react-native/scripts/react-native-xcode.sh"
7070# 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+ # REACT_NATIVE_XCODE="../node_modules/react-native/scripts/react-native-xcode.sh"
7475# BUNDLE_REACT_NATIVE="/bin/sh $SENTRY_XCODE $REACT_NATIVE_XCODE"
7576# /bin/sh -c "$BUNDLE_REACT_NATIVE"
7677```
You can’t perform that action at this time.
0 commit comments