From b7c20234f784ef4f73ce48761832226e3955032b Mon Sep 17 00:00:00 2001 From: Dayo Akinkuowo Date: Wed, 26 Nov 2025 19:12:22 +0100 Subject: [PATCH 1/2] add: react-native-health-kits --- react-native-libraries.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index db7591501..ef7ea76a4 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -18394,5 +18394,15 @@ "android": true, "web": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/dayaki/react-native-health-kits", + "npmPkg": "@mbdayo/react-native-health-kits", + "examples": [ + "https://github.com/dayaki/react-native-health-kits/blob/main/example/App.tsx" + ], + "ios": true, + "android": true, + "newArchitecture": true } ] From 2973dbac1b01e556fcd1d2f31945e3cb2db77e8f Mon Sep 17 00:00:00 2001 From: Dayo Akinkuowo Date: Wed, 26 Nov 2025 22:47:12 +0100 Subject: [PATCH 2/2] Update example URL in react-native-libraries.json --- react-native-libraries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index ef7ea76a4..8186a8753 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -18399,7 +18399,7 @@ "githubUrl": "https://github.com/dayaki/react-native-health-kits", "npmPkg": "@mbdayo/react-native-health-kits", "examples": [ - "https://github.com/dayaki/react-native-health-kits/blob/main/example/App.tsx" + "https://github.com/dayaki/react-native-health-kits/blob/main/example" ], "ios": true, "android": true,