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 --- libs/ihealth-sdk/react-native.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libs/ihealth-sdk/react-native.config.js (limited to 'libs/ihealth-sdk/react-native.config.js') diff --git a/libs/ihealth-sdk/react-native.config.js b/libs/ihealth-sdk/react-native.config.js new file mode 100644 index 0000000..ab27434 --- /dev/null +++ b/libs/ihealth-sdk/react-native.config.js @@ -0,0 +1,10 @@ +module.exports = { + dependency: { + platforms: { + ios: { + podspecPath: require('path').resolve(__dirname, 'ReactNativeIOSLibrary.podspec'), + }, + android: null, // manually linked in settings.gradle + }, + }, +}; -- cgit