Home
last modified time | relevance | path

Searched refs:sourceName (Results 1 – 9 of 9) sorted by relevance

/expo/ios/vendored/sdk49/lottie-react-native/src/ios/LottieReactNative/
H A DContainerView.swift10 private var sourceName: String = "" variable
124 if (newSourceName == sourceName) { in setSourceName()
127 sourceName = newSourceName in setSourceName()
129 let starAnimationView = LottieAnimationView(name: sourceName) in setSourceName()
H A DLRNAnimationViewManagerObjC.m8 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(sourceName, NSString); category
/expo/ios/vendored/sdk48/lottie-react-native/src/ios/LottieReactNative/
H A DContainerView.swift10 private var sourceName: String = "" variable
124 if (newSourceName == sourceName) { in setSourceName()
127 sourceName = newSourceName in setSourceName()
129 let starAnimationView = LottieAnimationView(name: sourceName) in setSourceName()
H A DLRNAnimationViewManagerObjC.m8 ABI48_0_0RCT_EXPORT_VIEW_PROPERTY(sourceName, NSString); category
/expo/ios/vendored/sdk47/lottie-react-native/src/ios/LottieReactNative/
H A DContainerView.swift10 private var sourceName: String = "" variable
124 if (newSourceName == sourceName) { in setSourceName()
127 sourceName = newSourceName in setSourceName()
129 let starAnimationView = LottieAnimationView(name: sourceName) in setSourceName()
H A DLRNAnimationViewManagerObjC.m8 ABI47_0_0RCT_EXPORT_VIEW_PROPERTY(sourceName, NSString); category
/expo/ios/vendored/unversioned/lottie-react-native/ios/Fabric/
H A DLottieAnimationViewComponentView.mm60 if(oldLottieProps.sourceName != newLottieProps.sourceName) {
61 [_view setSourceName:RCTNSStringFromString(newLottieProps.sourceName)];
/expo/ios/vendored/unversioned/lottie-react-native/ios/LottieReactNative/
H A DContainerView.swift21 private var sourceName: String = "" variable
218 if (newSourceName == sourceName) { in setSourceName()
222 sourceName = newSourceName in setSourceName()
225 name: sourceName, in setSourceName()
H A DLRNAnimationViewManagerObjC.m8 RCT_EXPORT_VIEW_PROPERTY(sourceName, NSString); category