Home
last modified time | relevance | path

Searched defs:onAnimationFailure (Results 1 – 2 of 2) sorted by relevance

/expo/ios/vendored/unversioned/lottie-react-native/ios/LottieReactNative/
H A DLRNAnimationViewManagerObjC.m16 RCT_EXPORT_VIEW_PROPERTY(onAnimationFailure, RCTBubblingEventBlock); category
H A DContainerView.swift6 func onAnimationFailure(error: String); in onAnimationFailure() function
28 @objc var onAnimationFailure: RCTBubblingEventBlock? variable