From 96ac014600309a47a78140e563daed007e52ebb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=C3=ADn=20Wingender?= Date: Sat, 21 Feb 2026 11:40:43 +0100 Subject: [PATCH 1/3] Add number-flow-react-native --- react-native-libraries.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 1796e2a3b..46f477087 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19738,5 +19738,19 @@ "android": true, "newArchitecture": true, "dev": true + }, + { + "githubUrl": "https://github.com/Rednegniw/number-flow-react-native", + "npmPkg": "number-flow-react-native", + "examples": [ + "https://github.com/Rednegniw/number-flow-react-native/tree/main/apps/example" + ], + "images": [ + "https://raw.githubusercontent.com/Rednegniw/number-flow-react-native/main/assets/showcase.gif" + ], + "ios": true, + "android": true, + "expoGo": true, + "newArchitecture": true } ] From 5b5f9606c24400bfc09f36e2879b218ae4fcaafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=C3=ADn=20Wingender?= Date: Sat, 21 Feb 2026 11:45:52 +0100 Subject: [PATCH 2/3] Point githubUrl to package directory --- 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 46f477087..3cd3bb20a 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19740,7 +19740,7 @@ "dev": true }, { - "githubUrl": "https://github.com/Rednegniw/number-flow-react-native", + "githubUrl": "https://github.com/Rednegniw/number-flow-react-native/tree/main/packages/number-flow-react-native", "npmPkg": "number-flow-react-native", "examples": [ "https://github.com/Rednegniw/number-flow-react-native/tree/main/apps/example" From 0ae5942033f35084bc640729fe747986fe750870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=C3=ADn=20Wingender?= Date: Sat, 21 Feb 2026 11:47:43 +0100 Subject: [PATCH 3/3] Fix formatting --- react-native-libraries.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 3cd3bb20a..dd83a98b1 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19742,9 +19742,7 @@ { "githubUrl": "https://github.com/Rednegniw/number-flow-react-native/tree/main/packages/number-flow-react-native", "npmPkg": "number-flow-react-native", - "examples": [ - "https://github.com/Rednegniw/number-flow-react-native/tree/main/apps/example" - ], + "examples": ["https://github.com/Rednegniw/number-flow-react-native/tree/main/apps/example"], "images": [ "https://raw.githubusercontent.com/Rednegniw/number-flow-react-native/main/assets/showcase.gif" ],