79642974

Date: 2025-05-28 20:42:03
Score: 1
Natty:
Report link

check your package.json, it should have the autolinking paths 'searchPaths' so that the packages in these paths are autolinked by expo

  "expo": {
    "autolinking": {
      "searchPaths": [
        "../../packages"
      ],
      "nativeModulesDir": "../../packages"
    }
  },
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sujit Balasubramanian