Skip to content

Commit e86cc73

Browse files
committed
Move BUNDLE_REACT_NATIVE to the legacy section
1 parent 7657339 commit e86cc73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/platforms/react-native/manual-setup/manual-setup.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,16 @@ set -e
6262
WITH_ENVIRONMENT="../node_modules/react-native/scripts/xcode/with-environment.sh"
6363
REACT_NATIVE_XCODE="../node_modules/react-native/scripts/react-native-xcode.sh"
6464
SENTRY_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

0 commit comments

Comments
 (0)