We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9201b17 commit 98de668Copy full SHA for 98de668
1 file changed
src/specs/RiveView.nitro.ts
@@ -25,7 +25,7 @@ export interface DataBindByName {
25
export interface RiveViewProps extends HybridViewProps {
26
/** Name of the artboard to display from the Rive file */
27
artboardName?: string;
28
- /** Name of the state mgachine to play */
+ /** Name of the state machine to play */
29
stateMachineName?: string;
30
/** Whether to automatically start playing the state machine */
31
autoPlay?: boolean;
0 commit comments