From 53bec5d74f8b6cade0f68d45aed3382fea9be11a Mon Sep 17 00:00:00 2001 From: Abdullah Ansari Date: Fri, 28 Aug 2026 00:50:15 +0500 Subject: [PATCH] Add @ant-design/react-native and @ant-design/icons-react-native --- react-native-libraries.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 8a6b17b3..5345a9f9 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -24095,5 +24095,18 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/ant-design/ant-design-mobile-rn", + "npmPkg": "@ant-design/react-native", + "examples": ["https://github.com/ant-design/ant-design-mobile-rn/tree/master/example"], + "ios": true, + "android": true + }, + { + "githubUrl": "https://github.com/ant-design/ant-design-icons/tree/master/packages/icons-react-native", + "npmPkg": "@ant-design/icons-react-native", + "ios": true, + "android": true } ]