From f613a24c64623e85877e3f3548c2e903203bc484 Mon Sep 17 00:00:00 2001 From: Simek Date: Mon, 6 Apr 2026 23:54:10 +0200 Subject: [PATCH 1/2] add few new libs --- react-native-libraries.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 40e2866a..3744f022 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -20373,5 +20373,33 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/nuclearpasta/react-native-drax", + "examples": ["https://github.com/nuclearpasta/react-native-drax/tree/main/example"], + "ios": true, + "android": true, + "web": true, + "newArchitecture": true + }, + { + "githubUrl": "https://github.com/marcocrupi/react-native-notify-kit/tree/main/packages/react-native", + "npmPkg": "react-native-notify-kit", + "examples": ["https://github.com/marcocrupi/react-native-notify-kit/tree/main/apps/smoke"], + "ios": true, + "android": true, + "newArchitecture": true + }, + { + "githubUrl": "https://github.com/818jsy/expo-liquid-glass-native", + "examples": ["https://github.com/818jsy/expo-liquid-glass-native/tree/main/example"], + "images": ["https://raw.githubusercontent.com/818jsy/expo-liquid-glass-native/refs/heads/main/assets/overlay-demo.gif"], + "android": true + }, + { + "githubUrl": "https://github.com/sabari0126/react-native-secure-network", + "examples": ["https://github.com/sabari0126/react-native-secure-network/tree/main/example"], + "ios": true, + "android": true } ] From f81d9b915f7f929b0a6d27e51a65e8cb2fd6c51c Mon Sep 17 00:00:00 2001 From: Simek Date: Mon, 6 Apr 2026 23:56:11 +0200 Subject: [PATCH 2/2] fix lint --- 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 3744f022..9b49de11 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -20393,7 +20393,9 @@ { "githubUrl": "https://github.com/818jsy/expo-liquid-glass-native", "examples": ["https://github.com/818jsy/expo-liquid-glass-native/tree/main/example"], - "images": ["https://raw.githubusercontent.com/818jsy/expo-liquid-glass-native/refs/heads/main/assets/overlay-demo.gif"], + "images": [ + "https://raw.githubusercontent.com/818jsy/expo-liquid-glass-native/refs/heads/main/assets/overlay-demo.gif" + ], "android": true }, {