Zachary Plata

Results 122 comments of Zachary Plata

@GrandSchtroumpf Late reply here - but on the `Rive` class, we've exposed a new method: ``` resizeDrawingSurfaceToCanvas() ``` You can invoke this manually if you have set `width` and `height`...

@mourice38, make sure you run `pod install` in the `ios` folder of the React Native project.

@llorenzo this might be something you design into your state machine in the Rive editor. For example, if you start in an `idle` animation state, you can create a transition...

@localpcguy Sorry for not getting back here! The file you referenced `publish/rive.js` is from an older version of the web/wasm runtime to support a low-level usage of the API. I...

@mikeesouth You can set up an `onInit` callback on `RiveAnimation.asset` and get a reference to a `StateMachineController` from there like @nmarafo mentions above. ```dart void _onInit(Artboard artboard) { final smController...

@MarcMolitorAtDermalog and all interested: In this case, to get the nested artboard to show through, you should instance the `Artboard` when you set it up with the `Rive` widget, so...

~~@noinskit You might be interested in the new Listeners feature!~~ ~~https://blog.rive.app/new-feature-announcement-listeners/~~ ~~Check out the features page to see the minimum version to bump to:~~ ~~https://help.rive.app/runtimes/feature-support~~ See below comment

@fullsnack-DEV Make sure to run `pod install` in the `ios` folder of your project to properly install the underlying RiveRuntime to get this running.

We did some testing around this - and believe it to be an XCode ^14.0.0 bug around SPM packages (able to repro with other non-Rive packages standalone in a new...

@mourice38 Try integrating it into the androids/ios projects respectively as native assets there, then referencing just the resource name "foo.riv" for example, on this attribute.