From 09ef8af2c8032495320248756c6fad20af3e73d7 Mon Sep 17 00:00:00 2001 From: venky145 Date: Thu, 9 Jul 2026 13:01:05 +0100 Subject: [PATCH 1/2] Add rn-videofeed to React Native Directory Co-authored-by: Cursor --- react-native-libraries.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 463b187a..776c41d3 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -23234,4 +23234,14 @@ "expoGo": true, "newArchitecture": true } +, + { + "githubUrl": "https://github.com/venky145/RN-VideoFeed/tree/main/rn-videofeed", + "npmPkg": "rn-videofeed", + "examples": [ + "https://github.com/venky145/RN-VideoFeed/tree/main/VideoFeedSample" + ], + "ios": true, + "android": true + } ] From 35d4e96b340947289ae485a0a74afc17ecf58cd8 Mon Sep 17 00:00:00 2001 From: venky145 Date: Thu, 9 Jul 2026 13:03:34 +0100 Subject: [PATCH 2/2] Format react-native-libraries.json with oxfmt Co-authored-by: Cursor --- react-native-libraries.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 776c41d3..2b344277 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -23233,14 +23233,11 @@ "android": true, "expoGo": true, "newArchitecture": true - } -, + }, { "githubUrl": "https://github.com/venky145/RN-VideoFeed/tree/main/rn-videofeed", "npmPkg": "rn-videofeed", - "examples": [ - "https://github.com/venky145/RN-VideoFeed/tree/main/VideoFeedSample" - ], + "examples": ["https://github.com/venky145/RN-VideoFeed/tree/main/VideoFeedSample"], "ios": true, "android": true }