From 2656500f7f7c5522a6942dba07daa1ca91c41ffd Mon Sep 17 00:00:00 2001 From: paufau Date: Fri, 25 Oct 2024 19:20:05 +0400 Subject: [PATCH 1/3] Add react-native-multiple-modals --- react-native-libraries.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index fbb791a5..07582c4f 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -12306,5 +12306,15 @@ "ios": true, "android": true, "expoGo": true + }, + { + "githubUrl": "https://github.com/paufau/react-native-multiple-modals", + "npmPkg": "react-native-multiple-modals", + "examples": [ + "https://github.com/paufau/react-native-multiple-modals?tab=readme-ov-file#usage", + ], + "ios": true, + "android": true, + "newArchitecture": true } ] From 8210410a530cdb277a4cd7f2981a3e95ee03074e Mon Sep 17 00:00:00 2001 From: paufau Date: Fri, 25 Oct 2024 19:28:00 +0400 Subject: [PATCH 2/3] Update config --- 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 07582c4f..5534b9e7 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -12311,7 +12311,7 @@ "githubUrl": "https://github.com/paufau/react-native-multiple-modals", "npmPkg": "react-native-multiple-modals", "examples": [ - "https://github.com/paufau/react-native-multiple-modals?tab=readme-ov-file#usage", + "https://github.com/paufau/react-native-multiple-modals?tab=readme-ov-file#usage" ], "ios": true, "android": true, From 0f5abed16325323323e61f58ce11244bcff9615c Mon Sep 17 00:00:00 2001 From: paufau Date: Fri, 25 Oct 2024 20:39:34 +0400 Subject: [PATCH 3/3] Update react-native-libraries.json Co-authored-by: Bartosz Kaszubowski --- react-native-libraries.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 5534b9e7..08fc961d 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -12309,10 +12309,6 @@ }, { "githubUrl": "https://github.com/paufau/react-native-multiple-modals", - "npmPkg": "react-native-multiple-modals", - "examples": [ - "https://github.com/paufau/react-native-multiple-modals?tab=readme-ov-file#usage" - ], "ios": true, "android": true, "newArchitecture": true