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

Would be nice to have a nice UI to show all our examples without running or changing code to test out different things like layout changes or animation pausing/stoping. Could...

feature-request
docs

Can't easily see how to use rive.lean with a React setup. Would really appreciate an example in the repo.

For testing cleanup on unmount locally. To run, in three separate terminal windows: * Run `npm run dev` in `rive-wasm/js` * Run `npm i` followed by `npm run dev` in...

Hello, we have in plan to use rive animations in react app, but it seems that animation is not working in some browsers/devices, for example: - Safari 14.1 (Big Sur)...

needs-repro

## This is the same problem as https://github.com/rive-app/rive-react/issues/229 When you make a Rive component that is interactive it disables the ability to scroll This is definitely because of a `touch...

Hi guys, i am using next 13 with "@rive-app/react-canvas": "^4.8.1" and this is my code ``` const { RiveComponent, rive } = useRive({ src: "xxxx.riv", stateMachines: STATE_MACHINE_NAME, artboard: "xxxx", autoplay:...

Im using next js and when im trying to render my riv file i get this error "Problem loading file; may be corrupt!

In rive.ts in the browser: ![image](https://user-images.githubusercontent.com/77451351/220182851-6f4e8f81-e0c6-41e9-9aab-06840ca5749e.png) In rive.d.ts in the development enviroment (error is in line 176): ![image](https://user-images.githubusercontent.com/77451351/220181983-b2881663-8407-4e73-9bf5-dc165bb508ba.png) In Edge: ![image](https://user-images.githubusercontent.com/77451351/220182038-c2699a69-5cb6-406e-8377-6fb5eb8b78d4.png) The React Component: ![image](https://user-images.githubusercontent.com/77451351/220182208-07a3b922-8883-4d39-938e-dce40fd46ce8.png)

triage

When ever I reuse the component that load the `.riv` file it's still re-fetched the riv file again no matter how many time it is fetched before. Is there any...

The changes added in [3.0.40](https://github.com/rive-app/rive-react/releases/tag/v3.0.40) remove the ability to handle onClick events on a React Canvas on mobile browsers. Scrolling on touch is also not working as expected. To reproduce,...

bug