Target Branch(es)
0.78
Link to commit or PR to be picked
facebook/react-native@789ed7d
Description
Sometimes iOS crashes due to a race condition between network requests and operation cancelling.
This PR fixes it. See also facebook/react-native#48350.