Skip to content

Commit 4118ce8

Browse files
authored
Merge pull request Expensify#87464 from software-mansion-labs/@jpiasecki/fix-ios-bundle-command
[No QA] Fix iOS bundle command
2 parents f6ae94c + 9489927 commit 4118ce8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/bundle-react-native-code-and-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ if [[ -z "$BUNDLE_COMMAND" ]]; then
2929
export BUNDLE_COMMAND="bundle"
3030
fi
3131

32-
"$NODE_BINARY" --print "require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/react-native-xcode.sh'"
32+
eval "$("$NODE_BINARY" --print "require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/react-native-xcode.sh'")"

0 commit comments

Comments
 (0)