React Native
Artboards
Selecting which artboard to render at runtime
For more information on creating artboards in the Rive editor, please refer to Artboards.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Selecting which artboard to render at runtime
export default function App() {
return (
<View>
<Rive resourceName="my_rive_file" artboardName="My Artboard" autoplay />
</View>
);
}
Was this page helpful?