Skip to content
Merged
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 src/specs/RiveView.nitro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface DataBindByName {
export interface RiveViewProps extends HybridViewProps {
/** Name of the artboard to display from the Rive file */
artboardName?: string;
/** Name of the state mgachine to play */
/** Name of the state machine to play */
stateMachineName?: string;
/** Whether to automatically start playing the state machine */
autoPlay?: boolean;
Expand Down
Loading