From 7ae6e873da3d28af809693437ab8ca2717604719 Mon Sep 17 00:00:00 2001 From: Wawa <66263633+wneel@users.noreply.github.com> Date: Sat, 9 Nov 2024 00:52:32 +0100 Subject: [PATCH 1/2] Add react-native-get-device-locale --- react-native-libraries.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 979c5969..11f94b19 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -12455,5 +12455,15 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/wneel/react-native-get-device-locale", + "npmPkg": "react-native-get-device-locale", + "examples": [ + "https://github.com/wneel/react-native-get-device-locale", + "https://snack.expo.dev/@wawa2048/react-native-get-device-locale-demo" + ], + "ios": true, + "newArchitecture": true } ] From 85d1378b8f7dd81c65d9e3d3d4564e608f7ee887 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Tue, 12 Nov 2024 19:56:09 +0100 Subject: [PATCH 2/2] Update react-native-libraries.json --- react-native-libraries.json | 1 - 1 file changed, 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 11f94b19..d94ba759 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -12458,7 +12458,6 @@ }, { "githubUrl": "https://github.com/wneel/react-native-get-device-locale", - "npmPkg": "react-native-get-device-locale", "examples": [ "https://github.com/wneel/react-native-get-device-locale", "https://snack.expo.dev/@wawa2048/react-native-get-device-locale-demo"