Chrome の更新が行われ、React Native ネットワーク リクエストが (CORS ではなく) CORB によってブロックされているため、Chrome ブラウザー経由でデバッグできません。
Cross-Origin Read Blocking (CORB) blocked cross-origin response https://example.com/my/url with MIME type application/json. See https://www.chromestatus.com/feature/5629709824032768 for more details.
リクエスト ヘッダー
Accept: application/json, text/plain, */*
...
応答ヘッダー
Access-Control-Allow-Headers: authorization,x-goog-authuser
Access-Control-Allow-Methods: POST, GET, OPTIONS, PUT, DELETE
Access-Control-Allow-Origin: *
Allow: POST, GET, OPTIONS, PUT, DELETE