From 459560d0f06473fc2b9e246a0f8a365328272e40 Mon Sep 17 00:00:00 2001 From: Musa W Date: Mon, 7 Apr 2025 18:15:43 +0300 Subject: [PATCH 1/2] Add legend state --- react-native-libraries.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 3e9e98474..70907e713 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14313,5 +14313,15 @@ "examples": ["https://github.com/Raja0sama/rn-forground-service-example"], "images": ["https://rn-foreground.vercel.app/md.png"], "android": true + }, + { + "githubUrl": "https://github.com/LegendApp/legend-state", + "npmPkg": "@legendapp/state", + "examples": "https://github.com/LegendApp/legend-state/tree/main/examples", + "android": true, + "ios": true, + "web": true, + "expoGo": true, + "newArchitecture": true } ] From 5d0eba22dc974ff55790928bfaafd6d75fe70d0e Mon Sep 17 00:00:00 2001 From: Musa W Date: Mon, 7 Apr 2025 18:23:37 +0300 Subject: [PATCH 2/2] fix examples --- 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 70907e713..a841b3b2c 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14317,7 +14317,7 @@ { "githubUrl": "https://github.com/LegendApp/legend-state", "npmPkg": "@legendapp/state", - "examples": "https://github.com/LegendApp/legend-state/tree/main/examples", + "examples": ["https://github.com/LegendApp/legend-state/tree/main/examples"], "android": true, "ios": true, "web": true,