From f22bb303a081d6779592b90a68feee2203d7962a Mon Sep 17 00:00:00 2001 From: hc Date: Mon, 13 Apr 2026 16:37:52 +0800 Subject: Dashboard with continuous scan, unified device list, AsyncStorage persistence --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index 961302d..2e1b03e 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ }, "dependencies": { "@ihealth/ihealthlibrary-react-native": "file:./libs/ihealth-sdk", + "@react-native-async-storage/async-storage": "^2.2.0", "@react-native/new-app-screen": "0.85.0", "react": "19.2.3", "react-native": "0.85.0", -- cgit