You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been getting intermittent app crashes due to some RCTNetworkTask issues ever since upgrading to RN 0.34.1. The app will randomly lock up and Xcode will point me to the following line:
EXC_BAD_ACCESS. As a JavaScript developer, this *.m code looks like gibberish to me. Any ideas on what this means and how I can go about fixing it? Thanks!
The text was updated successfully, but these errors were encountered:
I've been getting intermittent app crashes due to some
RCTNetworkTask
issues ever since upgrading to RN 0.34.1. The app will randomly lock up and Xcode will point me to the following line:EXC_BAD_ACCESS
. As a JavaScript developer, this*.m
code looks like gibberish to me. Any ideas on what this means and how I can go about fixing it? Thanks!The text was updated successfully, but these errors were encountered: