diff --git a/scripts/react-native-xcode.sh b/scripts/react-native-xcode.sh index 54d9e404305d1f..88e72e4f0b2ad3 100755 --- a/scripts/react-native-xcode.sh +++ b/scripts/react-native-xcode.sh @@ -153,7 +153,7 @@ fi $EXTRA_ARGS \ $EXTRA_PACKAGER_ARGS -if [[ $USE_HERMES != true ]]; then +if [[ $USE_HERMES == false ]]; then cp "$BUNDLE_FILE" "$DEST/" BUNDLE_FILE="$DEST/main.jsbundle" else