Been migrating react native app from 72.14 to 77.0, build is complete but i am getting this error on launch of the app. This error occur on iOS simulator.
pakage.json content.
"dependencies": {
"@react-native-async-storage/async-storage": "^2.1.1",
"@react-native-community/checkbox": "^0.5.16",
"@react-native-community/cli-platform-android": "^15.1.3",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^11.3.2",
"@react-native/metro-config": "^0.77.0",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/compat": "^5.3.15",
"@react-navigation/drawer": "^7.1.1",
"@react-navigation/material-top-tabs": "^7.1.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/stack": "^7.1.1",
"@tradle/react-native-http": "^2.0.1",
"@vseslav/react-native-horizontal-picker": "^0.1.1",
"lottie-react-native": "^7.2.2",
"react": "18.3.1",
"react-dom": "^19.0.0",
"react-native": "0.77.0",
"react-native-reanimated": "4.0.0-beta.1",
"react-native-safe-area-context": "^5.2.0",
"react-native-screens": "4.5.0",
"react-native-svg": "^15.11.1",
"react-native-svg-transformer": "^1.1.0",
"react-redux": "^9.2.0",
"react-xml-parser": "^1.1.8",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"redux-saga": "^1.2.2",
},
whole error message
Error setting property 'sheetLargestUndimmedDetent' of RNSScreen with tag #75: Error setting property 'sheetLargestUndimmedDetent' of RNSScreen with tag #335: Error setting property 'sheetLargestUndimmedDetent' of RNSScreen with tag #75: Error setting property 'sheetLargestUndimmedDetent' of RNSScreen with tag #335: Error setting property 'sheetLargestUndimmedDetent' of RNSScreen with tag #379: Error setting property 'sheetLargestUndimmedDetent' of RNSScreen with tag #599: Error setting property 'sheetLargestUndimmedDetent' of RNSScreen with tag #75: Exception thrown while executing UI block: -[RCTView setSheetLargestUndimmedDetent:]: unrecognized selector sent to instance 0x7ff66ab2b100 *** Assertion failure in -RCTNativeAnimatedNodesManager connectAnimatedNodes:childTag:, /Users/sudhirkamat/Desktop/tcp_socket_app_test/node_modules/react-native/Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.mm:128
Followed instruction of Upgrade helper to upgrade. Also tried multiple version of react native screens (4.5.0, 4.6.0). removed nodemodules and fresh install nothing works