Open BenShutt opened 1 year ago
LottieView (previously named Lottie) is defined in this package but wrapped in a #canImport statement.
LottieView
Lottie
#canImport
I managed to get the app running from a simulator using LottieView from this framework, but the build seemed to fail.
I'm not sure the way we are conditionally importing Lottie is correct?
Think Lottie may support SwiftUI directly now? https://github.com/airbnb/lottie-ios/discussions/2189
LottieView
(previously namedLottie
) is defined in this package but wrapped in a#canImport
statement.I managed to get the app running from a simulator using
LottieView
from this framework, but the build seemed to fail.I'm not sure the way we are conditionally importing Lottie is correct?