rive-react icon indicating copy to clipboard operation
rive-react copied to clipboard

React runtime for Rive

Results 80 rive-react issues
Sort by recently updated
recently updated
newest added

Hello hello, ```ts useStateMachineInput( rive, "GameInterfaceStateMachine", "NumberOfQuestions", numberOfQuestions, ); ``` This works fine in 4.17.8 but breaks when updating to 4.19.0.

triage

Hi, I'm encountering a problem when trying to use @rive-app/react-canvas in a micro-frontend architecture where the host application is built with Webpack and the remote module is built with Vite....

triage

Hi, I recently encountered an issue with Rive's WebGL2 WASM file while upgrading from version 2.26.5 to 2.26.6. In version 2.26.5, the library attempted to load the WASM file from...

My rive file got update, if before I used to use `rive.setNumberStateAtPath` to change my block lines count, now I need to access view model instance to directly change text...

When we use the basic React example by using default package component export, it renders successfully. However, changing logic to use `useRive` causes component, returned from `useRive` to render empty...

**Repository:** https://github.com/Vlad160/scaling-rive The issue is in the repository. The window resizes nicely the React component unless you click the "Toggle" button and remount it. After that resizing stops working. Extracting...

I have an .riv file created with the latest Rive editor, and it has parent and chid artboards as nested artboard. [binh_nested_artboard.zip](https://github.com/user-attachments/files/18670437/binh_nested_artboard.zip) The @rive-react library version is the latest one...

I am not able to utilize the useRive hook because the index.js file of @rive-app/react-canvas keeps getting minified to 0, and the file has this line at the top which...

To be able to do something similar to: ``` import riveWASMResourceUrl from "@rive-app/canvas/rive.wasm?url"; ```

# The Problem When the Rive component is full width/height and you resize the page, you sometimes see the scrollbars flash on/off. When you zoom in on your browser, sometimes...