From 83c6fdb6b2fc22ffa313b9995c1b5c93f8c38c34 Mon Sep 17 00:00:00 2001 From: Hugh Date: Mon, 20 Jul 2026 11:24:32 -0700 Subject: [PATCH 1/2] Add react-native-nitro-godot --- react-native-libraries.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 16f2a367..dc57292a 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -1,4 +1,9 @@ [ + { + "githubUrl": "https://github.com/hung-yueh/react-native-nitro-godot", + "ios": true, + "android": true + }, { "githubUrl": "https://github.com/mowispace/react-native-logs", "ios": true, From 115b513d6a2bb4abd6d4d843ef7e515f120c168a Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Mon, 20 Jul 2026 22:05:46 +0200 Subject: [PATCH 2/2] update entry, move at the end of file --- react-native-libraries.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index dc57292a..4a84d5be 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -1,9 +1,4 @@ [ - { - "githubUrl": "https://github.com/hung-yueh/react-native-nitro-godot", - "ios": true, - "android": true - }, { "githubUrl": "https://github.com/mowispace/react-native-logs", "ios": true, @@ -23550,5 +23545,14 @@ "ios": true, "android": true, "dev": true + }, + { + "githubUrl": "https://github.com/hung-yueh/react-native-nitro-godot", + "examples": [ + "https://github.com/hung-yueh/react-native-nitro-godot/tree/main/examples/dungeon-dash" + ], + "ios": true, + "android": true, + "newArchitecture": true } ]