From 604805a4d02812a37fa95265fdd5dff826d48665 Mon Sep 17 00:00:00 2001 From: Nimila Hiranya Samarasinghe Date: Fri, 6 Mar 2026 14:07:18 -0600 Subject: [PATCH 1/3] Update react-native-libraries.json --- react-native-libraries.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index cc576494..8e9a1521 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19913,5 +19913,27 @@ "android": true, "newArchitecture": "new-arch-only", "configPlugin": true + }, + { + "githubUrl": "https://github.com/nHiRanZ/react-native-kenburns-view", + "npmPkg": "react-native-kenburns-view", + "examples": ["https://github.com/nHiRanZ/react-native-kenburns-view/tree/main/example/kenburns-example"], + "images": ["https://media.giphy.com/media/792gUTkm8Gic8AieQl/giphy.gif"], + "ios": true, + "android": true, + "web": false, + "windows": false, + "macos": false, + "tvos": false, + "visionos": false, + "expoGo": true, + "fireos": false, + "horizon": false, + "vegaos": false, + "newArchitecture": false, + "configPlugin": false, + "unmaintained": false, + "dev": false, + "template": false } ] From 3aa0e88a77800d306703868e3169f56b796d3abf Mon Sep 17 00:00:00 2001 From: Nimila Hiranya Samarasinghe Date: Fri, 6 Mar 2026 14:12:02 -0600 Subject: [PATCH 2/3] Update react-native-libraries.json --- react-native-libraries.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 8e9a1521..e2c65028 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19917,7 +19917,9 @@ { "githubUrl": "https://github.com/nHiRanZ/react-native-kenburns-view", "npmPkg": "react-native-kenburns-view", - "examples": ["https://github.com/nHiRanZ/react-native-kenburns-view/tree/main/example/kenburns-example"], + "examples": [ + "https://github.com/nHiRanZ/react-native-kenburns-view/tree/main/example/kenburns-example" + ], "images": ["https://media.giphy.com/media/792gUTkm8Gic8AieQl/giphy.gif"], "ios": true, "android": true, From 0c0d2e2429e69df48a98a647e37b1750615f66a8 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Fri, 6 Mar 2026 22:31:52 +0100 Subject: [PATCH 3/3] cleanup entry --- react-native-libraries.json | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index e2c65028..98283529 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19916,26 +19916,12 @@ }, { "githubUrl": "https://github.com/nHiRanZ/react-native-kenburns-view", - "npmPkg": "react-native-kenburns-view", "examples": [ "https://github.com/nHiRanZ/react-native-kenburns-view/tree/main/example/kenburns-example" ], "images": ["https://media.giphy.com/media/792gUTkm8Gic8AieQl/giphy.gif"], "ios": true, "android": true, - "web": false, - "windows": false, - "macos": false, - "tvos": false, - "visionos": false, - "expoGo": true, - "fireos": false, - "horizon": false, - "vegaos": false, - "newArchitecture": false, - "configPlugin": false, - "unmaintained": false, - "dev": false, - "template": false + "expoGo": true } ]