From 80941ce1682520f89690a60d7c5222b6b2c63b31 Mon Sep 17 00:00:00 2001 From: solomon monotilla Date: Wed, 4 Mar 2026 18:11:28 +0800 Subject: [PATCH 1/2] Update react-native-libraries.json --- react-native-libraries.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index fbca033b..2d158856 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19886,5 +19886,23 @@ "githubUrl": "https://github.com/KGGrande/react-native-launcher-windows", "examples": ["https://github.com/KGGrande/react-native-launcher-windows/tree/main/example"], "windows": true - } + }, + { + "githubUrl": "https://github.com/fr3em1nd/react-native-unified-modal", + "ios": true, + "android": true, + "web": true, + "windows": false, + "macos": false, + "tvos": false, + "visionos": false, + "expoGo": true, + "fireos": false, + "horizon": false, + "vegaos": false, + "newArchitecture": true, + "unmaintained": false, + "dev": false, + "template": false +} ] From 455f47139cec60bd890162b1e1cf5481508a2368 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Wed, 4 Mar 2026 11:49:26 +0100 Subject: [PATCH 2/2] fix lint, cleanup entry --- react-native-libraries.json | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 2d158856..aca3d90f 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19888,21 +19888,11 @@ "windows": true }, { - "githubUrl": "https://github.com/fr3em1nd/react-native-unified-modal", - "ios": true, - "android": true, - "web": true, - "windows": false, - "macos": false, - "tvos": false, - "visionos": false, - "expoGo": true, - "fireos": false, - "horizon": false, - "vegaos": false, - "newArchitecture": true, - "unmaintained": false, - "dev": false, - "template": false -} + "githubUrl": "https://github.com/fr3em1nd/react-native-unified-modal", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true + } ]