rive-react
rive-react copied to clipboard
React runtime for Rive
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...
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)...
## 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:  In rive.d.ts in the development enviroment (error is in line 176):  In Edge:  The React Component: 
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,...