From 6a9f012b414c28c377148d6dc2ac42a88d3f49df Mon Sep 17 00:00:00 2001 From: Arya Emami Date: Tue, 7 Jan 2025 19:00:26 -0600 Subject: [PATCH 1/2] Add `redux-thunk` --- react-native-libraries.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index e4cc9e88..b5778e66 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -13372,5 +13372,17 @@ "web": true, "expo": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/reduxjs/redux-thunk", + "examples": [ + "https://github.com/reduxjs/redux-toolkit/tree/HEAD/examples/publish-ci/react-native", + "https://github.com/reduxjs/redux-toolkit/tree/HEAD/examples/publish-ci/expo" + ], + "ios": true, + "android": true, + "web": true, + "expo": true, + "newArchitecture": true } ] From a2ba628be6d88166e12a11bbe2505f02c593c888 Mon Sep 17 00:00:00 2001 From: Arya Emami Date: Wed, 8 Jan 2025 05:10:41 -0600 Subject: [PATCH 2/2] Remove `examples` --- react-native-libraries.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index b5778e66..a55bb396 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -13375,10 +13375,6 @@ }, { "githubUrl": "https://github.com/reduxjs/redux-thunk", - "examples": [ - "https://github.com/reduxjs/redux-toolkit/tree/HEAD/examples/publish-ci/react-native", - "https://github.com/reduxjs/redux-toolkit/tree/HEAD/examples/publish-ci/expo" - ], "ios": true, "android": true, "web": true,