From 7405a88cb7dc63f1c207e1b9a59734555af4f758 Mon Sep 17 00:00:00 2001 From: Ahmed Sbai Date: Mon, 16 Jun 2025 01:59:46 +0100 Subject: [PATCH] Added @sbaiahmed1/react-native-blur to react-native-libraries.json --- react-native-libraries.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index bc9d8dc3c..45cef1920 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -15588,7 +15588,7 @@ { "githubUrl": "https://github.com/developit/mitt", "examples": [ - "http://codepen.io/developit/pen/rjMEwW?editors=0110" + "http://codepen.io/developit/pen/rjMEwW?editors=0110" ], "ios": true, "android": true, @@ -15856,5 +15856,19 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/sbaiahmed1/react-native-blur", + "examples": [ + "https://github.com/sbaiahmed1/react-native-blur/tree/main/example" + ], + "images": [ + "https://github.com/sbaiahmed1/react-native-blur/blob/main/android-demo.gif", + "https://github.com/sbaiahmed1/react-native-blur/blob/main/iOS-demo.gif" + ], + "npmPkg": "@sbaiahmed1/react-native-blur", + "ios": true, + "android": true, + "newArchitecture": true } ]