Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion runtimes/inputs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Note>
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).
</Note>
</Tab>
<Tab title="Legacy Runtime">
Expand Down
2 changes: 1 addition & 1 deletion runtimes/react-native/react-native.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This guide documents how to get started using the Rive React Native runtime. The
</Card>
<Card
title="Complete example"
href="https://github.com/rive-app/rive-nitro-react-native/blob/main/example/src/pages/QuickStart.tsx"
href="https://github.com/rive-app/rive-nitro-react-native/blob/main/example/src/demos/QuickStart.tsx"
>
View the complete quick start example
</Card>
Expand Down
2 changes: 1 addition & 1 deletion snippets/demos.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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/blob/main/example/src/demos/QuickStart.tsx',
unity: '/game-runtimes/unity/tutorials/health-bar'
},
source: [
Expand Down