react-native-community / cli

The React Native Community CLI - command line tools to help you build RN apps
MIT License
2.41k stars 905 forks source link

fix: read config process output before waiting exit code #2528 #2529

Closed ivanzamanov closed 1 month ago

ivanzamanov commented 1 month ago

Summary:

Fixes #2528

Read config process output before awaiting exit code, thus allowing output larger than the OS pipe buffer to be output.

Test Plan:

Simply make sure output from the config process is read correctly even if output exceeds the buffer size.

Checklist

cortinico commented 1 month ago

The logic in this file is not used anymore in 0.75/0.76 and is kept only for compatibility. We should probably remove it from this repo.