From 17808d614cdb43a764f6d6c8a146026509082e45 Mon Sep 17 00:00:00 2001 From: Shubh Porwal Date: Mon, 7 Apr 2025 12:52:37 +0530 Subject: [PATCH 1/2] chore: add livekit libs --- react-native-libraries.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 519e35096..5a8a07c7c 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14264,5 +14264,31 @@ "examples": ["https://github.com/PostHog/posthog-react-native-session-replay/tree/main/example"], "ios": true, "android": true - } + }, + { + "githubUrl": "https://github.com/livekit/client-sdk-react-native", + "npmPkg": "@livekit/react-native", + "examples": ["https://github.com/livekit/client-sdk-react-native/tree/main/example"], + "ios": true, + "android": true, + "newArchitecture": false + }, + { + "githubUrl": "https://github.com/livekit/react-native-webrtc", + "npmPkg": "@livekit/react-native-webrtc", + "examples": ["https://github.com/livekit/react-native-webrtc/tree/master/examples"], + "ios": true, + "android": true, + "macos": true, + "newArchitecture": false + }, + { + "githubUrl": "https://github.com/livekit/client-sdk-js", + "npmPkg": "livekit-client", + "examples": ["https://github.com/livekit/client-sdk-js/tree/main/examples"], + "ios": true, + "android": true, + "web": true, + "expoGo": true + } ] From 302fe675f5c003b9052d166297c2d0a1e8cf9934 Mon Sep 17 00:00:00 2001 From: Shubh Porwal Date: Mon, 7 Apr 2025 12:57:55 +0530 Subject: [PATCH 2/2] chore: add `@supersami/rn-foreground-service` --- react-native-libraries.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 5a8a07c7c..bf7bd8c1a 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14290,5 +14290,12 @@ "android": true, "web": true, "expoGo": true + }, + { + "githubUrl": "https://github.com/Raja0sama/rn-foreground-service", + "npmPkg": "@supersami/rn-foreground-service", + "examples": ["https://github.com/Raja0sama/rn-forground-service-example"], + "images": ["https://rn-foreground.vercel.app/md.png"], + "android": true } ]