react-native-community / upgrade-helper

⚛️ A web tool to support React Native developers in upgrading their apps.
https://react-native-community.github.io/upgrade-helper
MIT License
3.67k stars 112 forks source link

Thread 1: signal SIGABRT after upgrade from 0.61.5 to 0.63.3 #253

Closed AmitM30 closed 4 years ago

AmitM30 commented 4 years ago

After upgrading RN from 0.61.5 to 0.63.3, my app seems to be crashing immediately on launch with Thread 1: signal SIGABRT error message.

image

Followed the upgrade instructions from here: https://github.com/react-native-community/upgrade-support/issues/13

Any help / ideas is much appreciated.

XCode: 12.0.1, Node: 12.18.4, 
"dependencies": {
    "react": "^16.13.1",
    "react-native": "^0.63.3",
    "react-native-navigation": "^7.1.0",
    "react-redux": "^7.0.3",
    "redux": "^4.0.1",
    "redux-thunk": "^2.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/runtime": "^7.8.4",
    "@react-native-community/eslint-config": "^1.1.0",
    "@babel/plugin-proposal-class-properties": "^7.3.0",
    "@babel/preset-env": "^7.3.1",
    "@types/jest": "^24.0.23",
    "@types/react": "^16.7.21",
    "@types/react-native": "^0.57.32",
    "@types/react-redux": "^7.0.1",
    "@types/react-test-renderer": "^16.0.3",
    "@types/redux-logger": "^3.0.6",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^25.1.0",
    "babel-preset-airbnb": "^3.2.0",
    "babel-preset-react-native": "^4.0.1",
    "cross-env": "^5.2.0",
    "eslint": "^6.6.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^22.1.2",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-react": "^7.12.2",
    "eslint-watch": "^4.0.2",
    "jest": "^25.1.0",
    "metro-react-native-babel-preset": "^0.59.0",
    "react-addons-test-utils": "^15.6.2",
    "react-native-typescript-transformer": "^1.2.11",
    "react-test-renderer": "16.13.1",
    "redux-logger": "^3.0.6",
    "regenerator-runtime": "^0.13.1",
    "ts-jest": "^24.0.2",
    "tslint": "^5.16.0",
    "tslint-config-airbnb": "^5.11.1",
    "typescript": "^3.7.2"
  }
kelset commented 4 years ago

I think you should open an issue in this repo: https://github.com/react-native-community/upgrade-support/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc

AmitM30 commented 4 years ago

Thank you