From 32f8465d0cf4adc24064f649071efde88f2b87d7 Mon Sep 17 00:00:00 2001 From: Starkus Date: Tue, 23 Dec 2025 09:33:49 -0500 Subject: [PATCH 1/3] Update react-native-libraries.json to add add react-native-financial-charts --- react-native-libraries.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 5fb54d97a..243f35a87 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -18825,5 +18825,17 @@ "ios": true, "android": true, "expoGo": true + }, + { + "githubUrl": "https://github.com/Tony-Starkus/react-native-financial-charts", + "npmPkg": "react-native-finance-kit", + "examples": [ + "https://github.com/Tony-Starkus/react-native-financial-charts" + ], + "images": ["https://raw.githubusercontent.com/Tony-Starkus/react-native-financial-charts/main/docs/assets/0.gif", "https://raw.githubusercontent.com/Tony-Starkus/react-native-financial-charts/main/docs/assets/1.png", "https://raw.githubusercontent.com/Tony-Starkus/react-native-financial-charts/main/docs/assets/2.png"], + "ios": true, + "android": true, + "web": false, + "newArchitecture": "new-arch-only" } ] From 06c396f6e6db37b7477af88700274848e9e1449b Mon Sep 17 00:00:00 2001 From: Starkus Date: Tue, 23 Dec 2025 09:39:07 -0500 Subject: [PATCH 2/3] Update react-native-libraries.json --- 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 243f35a87..981a9204a 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -18828,7 +18828,7 @@ }, { "githubUrl": "https://github.com/Tony-Starkus/react-native-financial-charts", - "npmPkg": "react-native-finance-kit", + "npmPkg": "react-native-financial-charts", "examples": [ "https://github.com/Tony-Starkus/react-native-financial-charts" ], From 8923f38ffb8e97205d1a7eda0c9c0984ee87f7c3 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Tue, 23 Dec 2025 20:43:25 +0100 Subject: [PATCH 3/3] cleanup entry --- react-native-libraries.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 981a9204a..06099d8e9 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -18828,14 +18828,16 @@ }, { "githubUrl": "https://github.com/Tony-Starkus/react-native-financial-charts", - "npmPkg": "react-native-financial-charts", "examples": [ - "https://github.com/Tony-Starkus/react-native-financial-charts" + "https://github.com/Tony-Starkus/react-native-financial-charts/tree/main/example" + ], + "images": [ + "https://raw.githubusercontent.com/Tony-Starkus/react-native-financial-charts/main/docs/assets/0.gif", + "https://raw.githubusercontent.com/Tony-Starkus/react-native-financial-charts/main/docs/assets/1.png", + "https://raw.githubusercontent.com/Tony-Starkus/react-native-financial-charts/main/docs/assets/2.png" ], - "images": ["https://raw.githubusercontent.com/Tony-Starkus/react-native-financial-charts/main/docs/assets/0.gif", "https://raw.githubusercontent.com/Tony-Starkus/react-native-financial-charts/main/docs/assets/1.png", "https://raw.githubusercontent.com/Tony-Starkus/react-native-financial-charts/main/docs/assets/2.png"], "ios": true, "android": true, - "web": false, "newArchitecture": "new-arch-only" } ]