Target Branch
0.81
Link to commit or PR to be picked
react/react-native@9731e8e
Description
This is a follow-up fix to react/react-native@9731e8e
Special characters in the path were passed to execSync which executes in a shell. Backslashes and spaces can lead to exceptions, which fails when building an RN app on iOS with prebuilts.
Target Branch
0.81
Link to commit or PR to be picked
react/react-native@9731e8e
Description
This is a follow-up fix to react/react-native@9731e8e
Special characters in the path were passed to
execSyncwhich executes in a shell. Backslashes and spaces can lead to exceptions, which fails when building an RN app on iOS with prebuilts.