From 5a0b2b9b4f685998a3bdefbca7d7834a99c3e58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E5=B9=B3?= <79521943+Minori-ty@users.noreply.github.com> Date: Wed, 30 Jul 2025 17:39:59 +0000 Subject: [PATCH 1/4] feat: add lodash radash es-toolkit --- react-native-libraries.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 18db502a7..189816898 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16333,5 +16333,41 @@ "web": true, "expoGo": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/lodash/lodash", + "npmPkg": "lodash-es", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true + }, + { + "githubUrl": "https://github.com/lodash/lodash", + "npmPkg": "lodash", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true + }, + { + "githubUrl": "https://github.com/sodiray/radash", + "npmPkg": "radash", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true + }, + { + "githubUrl": "https://github.com/toss/es-toolkit", + "npmPkg": "es-toolkit", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true } ] From 36bb69b49cfc8d256839c13923fb23398a2236e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E5=B9=B3?= <79521943+Minori-ty@users.noreply.github.com> Date: Thu, 31 Jul 2025 03:00:57 +0800 Subject: [PATCH 2/4] feat: update lodash-es githubUrl --- 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 189816898..371daa0a3 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16335,7 +16335,7 @@ "newArchitecture": true }, { - "githubUrl": "https://github.com/lodash/lodash", + "githubUrl": "https://github.com/lodash/lodash/tree/es", "npmPkg": "lodash-es", "ios": true, "android": true, From 03cb3dfb8b4763d12a9128d7070e90e8fee3162b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E5=B9=B3?= <79521943+Minori-ty@users.noreply.github.com> Date: Thu, 31 Jul 2025 11:05:52 +0800 Subject: [PATCH 3/4] feat: add ahooks --- react-native-libraries.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 371daa0a3..70a2650a4 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16369,5 +16369,14 @@ "web": true, "expoGo": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/alibaba/hooks", + "npmPkg": "ahooks", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true } ] From da0aef85e65011191c8813269df0fdae2b1cc938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E5=B9=B3?= <79521943+Minori-ty@users.noreply.github.com> Date: Thu, 31 Jul 2025 14:58:06 +0800 Subject: [PATCH 4/4] fix: remove lodash-es --- react-native-libraries.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 70a2650a4..c6297e186 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16334,15 +16334,6 @@ "expoGo": true, "newArchitecture": true }, - { - "githubUrl": "https://github.com/lodash/lodash/tree/es", - "npmPkg": "lodash-es", - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true - }, { "githubUrl": "https://github.com/lodash/lodash", "npmPkg": "lodash",