From d6d9a09d505d11148599a95a5be3e1351edbe0ac Mon Sep 17 00:00:00 2001 From: hc Date: Mon, 13 Apr 2026 15:17:52 +0800 Subject: Local iHealth SDK, device detail screen, iOS event fixes --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 2b16a58..961302d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "version": "0.0.1", "private": true, "scripts": { - "postinstall": "patch-package", "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", @@ -11,9 +10,8 @@ "test": "jest" }, "dependencies": { - "@ihealth/ihealthlibrary-react-native": "^1.5.0", + "@ihealth/ihealthlibrary-react-native": "file:./libs/ihealth-sdk", "@react-native/new-app-screen": "0.85.0", - "patch-package": "^8.0.1", "react": "19.2.3", "react-native": "0.85.0", "react-native-safe-area-context": "^5.5.2" -- cgit