Sample way to Make an Animated SplashScreen With Xamarin Forms
First Install Lottie Packages
- Com.Airbnb.android.lottie
- Com.Airbnb.Ios.Lottie
- Com.Airbnb.Xamarin,Forms.Lottie => in the 3 projects
Note: Don't forget to init Lottie in each platform
- Android : Lottie.Forms.Droid.AnimationViewRenderer.Init();
- IOS : Lottie.Forms.iOS.Renderers.AnimationViewRenderer.Init();