Home
last modified time | relevance | path

Searched refs:onAnimationFailure (Results 1 – 3 of 3) sorted by relevance

/expo/ios/vendored/unversioned/lottie-react-native/ios/LottieReactNative/
H A DContainerView.swift6 func onAnimationFailure(error: String); in onAnimationFailure() function
28 @objc var onAnimationFailure: RCTBubblingEventBlock? variable
46 if let onFinish = self.onAnimationFailure {
50 self.delegate?.onAnimationFailure(error: error)
H A DLRNAnimationViewManagerObjC.m16 RCT_EXPORT_VIEW_PROPERTY(onAnimationFailure, RCTBubblingEventBlock); category
/expo/ios/vendored/unversioned/lottie-react-native/ios/Fabric/
H A DLottieAnimationViewComponentView.mm153 …amic_pointer_cast<const LottieAnimationViewEventEmitter>(_eventEmitter)->onAnimationFailure(event);