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 --- ios/Podfile | 1 + 1 file changed, 1 insertion(+) (limited to 'ios/Podfile') diff --git a/ios/Podfile b/ios/Podfile index 99555b0..4aa2be6 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -16,6 +16,7 @@ end target 'iHealthScanner' do config = use_native_modules! + # iHealth SDK is in libs/ihealth-sdk, symlinked via package.json "file:" dep use_react_native!( :path => config[:reactNativePath], -- cgit