You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgraded rive-react-native to 6.2.0 from 3.0.41 and now it's crashing the entire app all the time.
Error message in Xcode is: rive_react_native/RiveReactNativeView.swift:225: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
Provide a Repro
import Rive from "rive-react-native";
<Rive resourceName="timeline" stateMachineName="ToggleIcon" />
Hi Waltari, thanks for verifying. Would you happen to have a reproducible example project you can share with us? I'm not able to verify the issue on my side.
The same with the linked issue. But in the meantime we can get that linked PR merged as it seems to solve multiple issues
Description
Upgraded rive-react-native to 6.2.0 from 3.0.41 and now it's crashing the entire app all the time.
Error message in Xcode is:
rive_react_native/RiveReactNativeView.swift:225: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
Provide a Repro
Source
.riv
/.rev
fileExpected behavior
I'd expect it not to start crashing when updating the package.
Screenshots
Device & Versions (please complete the following information)
Additional context
The text was updated successfully, but these errors were encountered: