react-native-find-local-devices icon indicating copy to clipboard operation
react-native-find-local-devices copied to clipboard

Run error after trying to use the library

Open sebaterrazas opened this issue 1 year ago • 2 comments
trafficstars

Im using these dependencies:

"dependencies": {
    "@react-native-community/datetimepicker": "7.7.0",
    "@types/react": "~18.2.45",
    "cron-parser": "^4.9.0",
    "dotenv": "^16.4.5",
    "expo": "~50.0.17",
    "expo-router": "~3.4.10",
    "expo-status-bar": "~1.11.1",
    "moment-timezone": "^0.5.45",
    "nativewind": "^2.0.11",
    "react": "18.2.0",
    "react-hook-form": "^7.51.4",
    "react-native": "0.73.6",
    "react-native-find-local-devices": "^2.0.9",
    "tailwindcss": "^3.3.2",
    "typescript": "^5.3.0"
  },

And if I try to run my app with the example given in this repo, this error occurs:

 ERROR  TypeError: Cannot read property 'cancelDiscovering' of null, js engine: hermes 
...

sebaterrazas avatar Jul 13 '24 17:07 sebaterrazas

Hi @sebaterrazas, thank you for your report, I'll investigate soon (on this week)

RichardRNStudio avatar Jul 18 '24 05:07 RichardRNStudio

Hi @RichardRNStudio Any update on above? Got the same issue in the latest version of RN

riteshshah5432 avatar Aug 07 '24 13:08 riteshshah5432