Open
Description
RN version 0.74.6
react-native-lottie-splash-screen: 1.1.2
react-native-splash-screen: 3.3.0
lottie-react-native: 6.7.2
Platform: iOS
When I open my Appdelegate.mm in Xcode I see these errors:
- No visible @interface for 'Dynamic' declares the selector 'createAnimatioViewRootView:lottieName:'
- Use of undeclared identifier 'animationView'; did you mean 'animationUIView'?
On these lines: - UIView *animationUIView = (UIView *)[t createAnimationViewWithRootView:rootView lottieName:@"Loader"];
- AnimationView *animationView = (AnimationView *) animationUIView;
Thank you
Metadata
Assignees
Labels
No labels