From cd5a97efcd6b167442868cfd6500a2c101382ea8 Mon Sep 17 00:00:00 2001 From: lodev09 Date: Mon, 9 Feb 2026 09:58:54 +0800 Subject: [PATCH] feat: add @lodev09/react-native-exify package --- react-native-libraries.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 2395ef89..be9262b5 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19558,5 +19558,15 @@ ], "android": true, "ios": true + }, + { + "githubUrl": "https://github.com/lodev09/react-native-exify", + "npmPkg": "@lodev09/react-native-exify", + "images": ["https://raw.githubusercontent.com/lodev09/react-native-exify/main/preview.gif"], + "examples": ["https://github.com/lodev09/react-native-exify/tree/main/example"], + "ios": true, + "android": true, + "newArchitecture": true, + "newArchitectureNote": "Use v1.0 or higher" } ]