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

React runtime for Rive

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

Hi everyone, first time trying Rive in React. I ran the npm install command for react-canvas as specified. I added my .riv file (The hamburger menu example one) and after...

Addresses an issue where someone's setting of width/height on the `RiveComponent` from `useRive` doesn't get overridden (brought up in Discord). This is setting `data-` attributes on the canvas for user-passed...

adding resize example, draft because i'm not sure we want to merge this. but would love to know what people make of it. for now we've gone with the resize...

I have a React component where I use a Rive animation with `useRive` hook. In the beggining i set the artboard parameter conditionally based on an external prop like so:...

triage

everything works localy but when i go live there is nothing rendering.

I was working with version 0.0.22 but when updating to version 3.0.0 I get this error. I am using NextJs. ![image](https://user-images.githubusercontent.com/6981217/171495101-e02b4d96-3dd0-4087-b51d-378d61682a3e.png) ``` 8;for(var l=0;l>2]=e;return 0},A:function(){}}; 121 | (function(){function b(e){k.asm=e.exports;za=k.asm.N;Ra();Sa=k.asm.T;Ua.unshift(k.asm.O);Xa--;k.monitorRunDependencies&&k.monitorRunDependencies(Xa);0==Xa&&(null!==Ya&&(clearInterval(Ya),Ya=null),Za&&(e=Za,Za=null,e()))}function a(e){b(e.instance)}function...

rive-react sometimes gets bumped but has trouble pushing up the tagged release as it's behind `main` branch, when PR's are merged in. This prevents the subsequent `@rive-app/react-canvas` and `@rive-app/react-webgl` from...

bug

Hello Rive, after i change the state in the animations attribute, the animation can no longer be displayed. rive-react is use `1.0.4` ```js import "./styles.sass"; import Rive from "rive-react"; const...

triage

Right now changes to the riveParams passed into the `useRive` hook aren't listened to. E.g if you try to change the animation as follows, it will not update when `isDark`...

In my compronent I want to load a rive file by setting src to a URL as outlined in the readme, however I am receiving the ` Problem loading file;...