From e58eb58ff37c9e3a843b11bc67d8a5dd89a91f26 Mon Sep 17 00:00:00 2001 From: Lance Date: Mon, 23 Feb 2026 15:29:08 -0800 Subject: [PATCH 1/2] docs (rn): new links to quickstart demo --- runtimes/react-native/react-native.mdx | 2 +- snippets/demos.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtimes/react-native/react-native.mdx b/runtimes/react-native/react-native.mdx index bc01b46b..fceae546 100644 --- a/runtimes/react-native/react-native.mdx +++ b/runtimes/react-native/react-native.mdx @@ -57,7 +57,7 @@ This guide documents how to get started using the Rive React Native runtime. The View the complete quick start example diff --git a/snippets/demos.jsx b/snippets/demos.jsx index 71d9169a..70ce4178 100644 --- a/snippets/demos.jsx +++ b/snippets/demos.jsx @@ -141,7 +141,7 @@ export const Demos = ({ web: 'https://codesandbox.io/p/sandbox/rive-quick-start-js-xmwcm6?file=%2Fsrc%2Findex.ts', react: 'https://codesandbox.io/p/sandbox/rive-react-quick-start-4xy76h?file=%2Fsrc%2FApp.tsx%3A77%2C14', reactJs: 'https://codesandbox.io/p/devbox/rive-react-vanilla-js-quick-start-kz66t4?file=%2Fsrc%2FApp.tsx%3A53%2C7', - reactNative: 'https://github.com/rive-app/rive-react-native/blob/main/example/app/(examples)/QuickStart.tsx', + reactNative: 'https://github.com/rive-app/rive-nitro-react-native/tree/main/example', unity: '/game-runtimes/unity/tutorials/health-bar' }, source: [ From 9ac7c581f6c70481c8946ed3e4d3439e5e67a0e8 Mon Sep 17 00:00:00 2001 From: Lance Date: Tue, 24 Feb 2026 16:11:18 -0800 Subject: [PATCH 2/2] link directly to example --- runtimes/inputs.mdx | 2 +- runtimes/react-native/react-native.mdx | 2 +- snippets/demos.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtimes/inputs.mdx b/runtimes/inputs.mdx index a60aeb8a..42798afc 100644 --- a/runtimes/inputs.mdx +++ b/runtimes/inputs.mdx @@ -410,7 +410,7 @@ If you load in the **Menu** artboard at runtime, and want to get/set an input on The new runtime primarily uses data binding for controlling nested properties. See the [Data Binding documentation](/runtimes/data-binding) for details. - For examples of using data binding with nested properties in the new runtime, see the [example app](https://github.com/rive-app/rive-nitro-react-native/tree/main/example). + For examples of using data binding with nested properties in the new runtime, see the [example app](https://github.com/rive-app/rive-nitro-react-native/blob/main/example/src/demos/QuickStart.tsx). diff --git a/runtimes/react-native/react-native.mdx b/runtimes/react-native/react-native.mdx index fceae546..e849a93d 100644 --- a/runtimes/react-native/react-native.mdx +++ b/runtimes/react-native/react-native.mdx @@ -57,7 +57,7 @@ This guide documents how to get started using the Rive React Native runtime. The View the complete quick start example diff --git a/snippets/demos.jsx b/snippets/demos.jsx index 70ce4178..d2fec1ea 100644 --- a/snippets/demos.jsx +++ b/snippets/demos.jsx @@ -141,7 +141,7 @@ export const Demos = ({ web: 'https://codesandbox.io/p/sandbox/rive-quick-start-js-xmwcm6?file=%2Fsrc%2Findex.ts', react: 'https://codesandbox.io/p/sandbox/rive-react-quick-start-4xy76h?file=%2Fsrc%2FApp.tsx%3A77%2C14', reactJs: 'https://codesandbox.io/p/devbox/rive-react-vanilla-js-quick-start-kz66t4?file=%2Fsrc%2FApp.tsx%3A53%2C7', - reactNative: 'https://github.com/rive-app/rive-nitro-react-native/tree/main/example', + reactNative: 'https://github.com/rive-app/rive-nitro-react-native/blob/main/example/src/demos/QuickStart.tsx', unity: '/game-runtimes/unity/tutorials/health-bar' }, source: [