reactjs – React Native – Getting White display after updating to RN 0.70 in iOS simulator

Spread the love


I just lately up to date my xCode to fifteen and RN to 0.70, I adopted this information to replace my RN – https://react-native-community.github.io/upgrade-helper/?from=0.68.0&to=0.70.0

However since I up to date my RN, i get a white display after splash display, and the xCode console has these errors.

Any leads on resolve it will be appreciated.

CP Conn 0x6000033206e0 Failed : error 0:61 [61]
nw_socket_handle_socket_event [C107.1.1:1] Socket SO_ERROR 61
nw_socket_handle_socket_event [C107.1.2:1] Socket SO_ERROR 61
nw_connection_get_connected_socket_block_invoke [C107] Consumer referred to as nw_connection_get_connected_socket on unconnected nw_connection
TCP Conn 0x600003390000 Failed : error 0:61 [61]
nw_socket_handle_socket_event [C108.1.1:1] Socket SO_ERROR 61
nw_socket_handle_socket_event [C108.1.2:1] Socket SO_ERROR 61
nw_connection_get_connected_socket_block_invoke [C108] Consumer referred to as nw_connection_get_connected_socket on unconnected nw_connection
TCP Conn 0x60000338e120 Failed : error 0:61 [61]

That is my bundle.json

 "@aws-crypto/sha256-js": "*",
    "@babel/plugin-proposal-decorators": "^7.15.4",
    "@babel/plugin-proposal-export-namespace-from": "^7.14.5",
    "@babel/runtime": "^7.8.4",
    "@codler/react-native-keyboard-aware-scroll-view": "^2.0.0",
    "@react-native-async-storage/async-storage": "^1.15.15",
    "@react-native-community/cli": "^7.0.3",
    "@react-native-community/datetimepicker": "^3.5.2",
    "@react-native-community/netinfo": "^6.0.2",
    "@react-native-picker/picker": "^2.1.0",
    "@reduxjs/toolkit": "^1.6.1",
    "@ungap/url-search-params": "^0.2.2",
    "aws-amplify": "^2.2.7",
    "babel-runtime": "^6.26.0",
    "bcryptjs": "^2.4.3",
    "camelcase-keys": "^6.2.2",
    "connected-react-router": "^6.9.1",
    "graphql": "15.4.0",
    "historical past": "^4.10.1",
    "immer": "^9.0.6",
    "immutable": "^4.0.0-rc.15",
    "invariant": "^2.2.4",
    "js-base64": "^3.7.1",
    "json-logic-js": "^2.0.1",
    "lodash": "^4.17.21",
    "match-sorter": "^6.3.1",
    "second": "^2.29.4",
    "npm": "^8.5.5",
    "prop-types": "^15.7.2",
    "react": "18.1.0",
    "react-native": "0.70.0",
    "react-native-app-auth": "^6.4.0",
    "react-native-autocomplete-input": "^5.0.2",
    "react-native-aws-mobile-analytics": "^0.1.2",
    "react-native-blob-util": "^0.13.18",
    "react-native-busy-indicator": "^1.1.0",
    "react-native-camera": "^4.2.1",
    "react-native-device-info": "^8.4.9",
    "react-native-elements": "^3.4.2",
    "react-native-embrace": "^3.8.4",
    "react-native-encrypted-storage": "^4.0.2",
    "react-native-exception-handler": "^2.10.10",
    "react-native-flexi-radio-button": "^0.2.2",
    "react-native-fs": "^2.18.0",
    "react-native-get-random-values": "^1.7.0",
    "react-native-modal-datetime-picker": "^11.0.0",
    "react-native-permissions": "^3.0.5",
    "react-native-picker-select": "^8.0.4",
    "react-native-qrcode-scanner": "^1.5.4",
    "react-native-restart": "0.0.22",
    "react-native-safe-area-context": "^3.3.2",
    "react-native-text-input-mask": "^3.1.4",
    "react-native-vector-icons": "^8.1.0",
    "react-redux": "^7.2.5",
    "react-router": "^5.2.1",
    "react-router-native": "^5.2.1",
    "redux": "^4.1.1",
    "redux-devtools-extension": "^2.13.9",
    "redux-persist": "^6.0.0",
    "redux-persist-filesystem-storage": "^4.0.0",
    "redux-persist-react-native-fs": "^1.0.1",
    "redux-persist-transform-immutable": "^5.0.0",
    "redux-saga": "^1.1.3",
    "reselect": "^4.0.0",
    "simple-crypto-js": "^3.0.0",
    "string.padend": "^0.1.1",
    "uuid": "^8.3.2"

Leave a Reply

Your email address will not be published. Required fields are marked *