From 169a3266d1c8187f4b4cc96ae56b47740e525bb2 Mon Sep 17 00:00:00 2001 From: Rafael Targino Souza Date: Sun, 1 Mar 2026 16:04:11 -0300 Subject: [PATCH 1/2] Add targwire library to react-native-libraries.json Added new library entry for targwire with example link. --- react-native-libraries.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index c0b21359..8a6ca5fe 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19824,5 +19824,12 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/rtsouza26/targwire", + "examples": ["https://github.com/rtsouza26/targwire/tree/master/examples/expo-zustand-react-query"], + "ios": true, + "android": true, + "expoGo": true } ] From 2428eccd371b2a31b24bbf673a95a274d0a148b7 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Sun, 1 Mar 2026 21:46:59 +0100 Subject: [PATCH 2/2] fix lint --- react-native-libraries.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 8a6ca5fe..cd0df266 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19827,7 +19827,9 @@ }, { "githubUrl": "https://github.com/rtsouza26/targwire", - "examples": ["https://github.com/rtsouza26/targwire/tree/master/examples/expo-zustand-react-query"], + "examples": [ + "https://github.com/rtsouza26/targwire/tree/master/examples/expo-zustand-react-query" + ], "ios": true, "android": true, "expoGo": true