rive-react-native
rive-react-native copied to clipboard
## Description Hi 👋 `` component allows us (normally) to handle some errors (RNRiveErrorType): - IncorrectRiveFileUrl - MalformedFile - FileNotFound - IncorrectArtboardName - UnsupportedRuntimeVersion - IncorrectStateMachineName - IncorrectStateMachineInput But instead...
### Description #### Goal: In an Expo React Native app using rive-react-native, I want the animation to fill the available width and have its height determined by the Rive artboard’s...
When will these feature be added to react native? https://rive.app/docs/feature-support#data-binding-lists-images-and-artboards
### Description Audio stopped working in Android and rive gives an error of {"message": "No default ViewModel found for artboard '...'", "type": "DataBindingError"} We use: "rive-react-native": "^9.6.1", "react-native": "0.81.4", "react":...
I’m experiencing an issue where Rive animations do not display at all on the Android emulator, even when using the official Rive React Native example app. Everything works correctly on...
Hi, I have created a small text animation in RIVE editor and it has scripted nodes in it if i load the .riv file in react native, only the background...
### Description We recently released a version of our app that uses: `[email protected]` `expo@53` `[email protected]` (new architecture enabled) Since then, we've had a steady stream of `App Hanging` errors on...
### Description When running on iOS setting both a boolean property that is in a view model, and referenced assets, the app will crash when both of those types of...
import Rive, { AutoBind, RNRiveError, RNRiveErrorType, useRive } from 'rive-react-native'; import { View } from 'react-native'; import { useRef } from 'react'; export default function Demo() { const [setRiveRef, riveRef]...