summaryrefslogtreecommitdiff
path: root/ios/Podfile
diff options
context:
space:
mode:
authorhc <haocheng.xie@respiree.com>2026-04-13 15:17:52 +0800
committerhc <haocheng.xie@respiree.com>2026-04-13 15:17:52 +0800
commitd6d9a09d505d11148599a95a5be3e1351edbe0ac (patch)
treea5f5891983d1ff207e99f683a5e151519cef4980 /ios/Podfile
parente4fb9966e762852bf17f21c8406501d42fae0b61 (diff)
Local iHealth SDK, device detail screen, iOS event fixes
Diffstat (limited to 'ios/Podfile')
-rw-r--r--ios/Podfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/Podfile b/ios/Podfile
index 99555b0..4aa2be6 100644
--- a/ios/Podfile
+++ b/ios/Podfile
@@ -16,6 +16,7 @@ end
16 16
17target 'iHealthScanner' do 17target 'iHealthScanner' do
18 config = use_native_modules! 18 config = use_native_modules!
19 # iHealth SDK is in libs/ihealth-sdk, symlinked via package.json "file:" dep
19 20
20 use_react_native!( 21 use_react_native!(
21 :path => config[:reactNativePath], 22 :path => config[:reactNativePath],