From 00362257d0bc9671475e1745ea8ba0fc40d8099d Mon Sep 17 00:00:00 2001 From: Ethan Neff Date: Fri, 6 Mar 2026 22:13:17 -0800 Subject: [PATCH 1/2] Add Rive Nitro React Native library details --- react-native-libraries.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index b9db554e..1eeda10c 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19921,5 +19921,16 @@ "ios": true, "android": true, "expoGo": true + }, + { + "githubUrl": "https://github.com/rive-app/rive-nitro-react-native", + "npmPkg": "@rive-app/react-native", + "examples": [ + "https://github.com/rive-app/rive-nitro-react-native/tree/main/example", + "https://github.com/rive-app/rive-nitro-react-native/tree/main/expo-example" + ], + "android": true, + "ios": true, + "newArchitecture": true } ] From c46ce09a25179d7143bf6720c791f8839b97017a Mon Sep 17 00:00:00 2001 From: Ethan Neff Date: Fri, 6 Mar 2026 22:15:29 -0800 Subject: [PATCH 2/2] 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 1eeda10c..808214a3 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19926,7 +19926,7 @@ "githubUrl": "https://github.com/rive-app/rive-nitro-react-native", "npmPkg": "@rive-app/react-native", "examples": [ - "https://github.com/rive-app/rive-nitro-react-native/tree/main/example", + "https://github.com/rive-app/rive-nitro-react-native/tree/main/example", "https://github.com/rive-app/rive-nitro-react-native/tree/main/expo-example" ], "android": true,