#1143·connect

Cannot read properties of undefined (reading 'handle')

Author: pee0803Created Mar 10, 2025Updated Sep 14, 2026

Hi there, I am facing an issue on my rn project with rn 0.77.

Image

Here's my packages:

{
  "name": "oda",
  "version": "1.0.2",
  "private": true,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "lint": "eslint .",
    "start": "react-native start --experimental-debugger",
    "test": "jest"
  },
  "dependencies": {
    "@hookform/resolvers": "^3.9.0",
    "@invertase/react-native-apple-authentication": "^2.4.0",
    "@ptomasroos/react-native-multi-slider": "^2.2.2",
    "@react-native-async-storage/async-storage": "^2.1.0",
    "@react-native-community/art": "^1.2.0",
    "@react-native-community/cli-platform-android": "^17.0.0",
    "@react-native-community/cli-platform-ios": "^15.1.3",
    "@react-native-community/datetimepicker": "^8.2.0",
    "@react-native-community/slider": "^4.5.2",
    "@react-native-firebase/app": "^21.7.2",
    "@react-native-firebase/in-app-messaging": "^21.7.2",
    "@react-native-firebase/installations": "^21.7.2",
    "@react-native-firebase/messaging": "^21.7.2",
    "@react-native-google-signin/google-signin": "^13.1.0",
    "@react-navigation/bottom-tabs": "^7.2.0",
    "@react-navigation/drawer": "^7.1.1",
    "@react-navigation/native": "^7.0.14",
    "@react-navigation/stack": "^7.1.1",
    "@reduxjs/toolkit": "^2.2.4",
    "axios": "^1.7.3",
    "jwt-decode": "^4.0.0",
    "lodash": "^4.17.21",
    "moment": "^2.30.1",
    "numeral": "^2.0.6",
    "react": "^18.3.1",
    "react-hook-form": "^7.52.1",
    "react-native": "^0.77.0",
    "react-native-awesome-slider": "^2.5.3",
    "react-native-barcoder": "^1.0.0",
    "react-native-chart-kit": "^6.12.0",
    "react-native-circular-progress": "^1.4.0",
    "react-native-collapsible": "^1.6.1",
    "react-native-country-codes-picker": "^2.3.5",
    "react-native-date-picker": "^5.0.8",
    "react-native-device-info": "^14.0.1",
    "react-native-dotenv": "^3.4.11",
    "react-native-drop-shadow": "^1.0.0",
    "react-native-element-dropdown": "^2.12.1",
    "react-native-gesture-handler": "^2.22.0",
    "react-native-image-picker": "^8.0.0",
    "react-native-linear-gradient": "^2.8.3",
    "react-native-maps": "^1.15.2",
    "react-native-maps-directions": "^1.9.0",
    "react-native-material-ripple": "^0.9.1",
    "react-native-pager-view": "^6.3.1",
    "react-native-paper": "^5.12.3",
    "react-native-progress": "^5.0.1",
    "react-native-raw-bottom-sheet": "^3.0.0",
    "react-native-reanimated": "^3.9.0-rc.1",
    "react-native-render-html": "^6.3.4",
    "react-native-responsive-screen": "^1.4.2",
    "react-native-safe-area-context": "^5.2.0",
    "react-native-screens": "^4.6.0",
    "react-native-splash-screen": "^3.3.0",
    "react-native-svg": "^15.6.0",
    "react-native-swiper": "^1.6.0",
    "react-native-tab-view": "^4.0.5",
    "react-native-toast-notifications": "^3.4.0",
    "react-native-vector-icons": "^10.2.0",
    "react-native-vision-camera": "^4.5.3",
    "react-native-webview": "^13.13.1",
    "react-redux": "^9.1.2",
    "yup": "^1.4.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "@babel/preset-env": "^7.20.0",
    "@babel/runtime": "^7.20.0",
    "@react-native-community/cli": "latest",
    "@react-native/babel-preset": "0.77.0",
    "@react-native/eslint-config": "0.77.0",
    "@react-native/metro-config": "0.77.0",
    "@react-native/typescript-config": "0.77.0",
    "@types/react": "^18.2.6",
    "@types/react-native-material-ripple": "^0.9.6",
    "@types/react-native-vector-icons": "^6.4.18",
    "@types/react-test-renderer": "^18.0.0",
    "babel-jest": "^29.6.3",
    "eslint": "^9.19.0",
    "jest": "^29.6.3",
    "prettier": "^3.4.2",
    "react-test-renderer": "18.3.1",
    "reactotron-react-native": "^5.1.8",
    "typescript": "5.0.4"
  },
  "engines": {
    "node": ">=18"
  }
}

Really appreciate if somebody can help me out.