From 671f398311c642301eb70b1cf8cf90bc68dda0b8 Mon Sep 17 00:00:00 2001 From: Arya Emami Date: Wed, 8 Jan 2025 06:27:28 -0600 Subject: [PATCH] Add `redux` (#1466) --- react-native-libraries.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 44faad0f..bf1f8ed8 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -13355,5 +13355,14 @@ "web": true, "expo": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/reduxjs/redux", + "examples": ["https://github.com/reduxjs/redux/tree/master/examples"], + "ios": true, + "android": true, + "web": true, + "expo": true, + "newArchitecture": true } ]