Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 678 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 678 Bytes

AnimatedSplashScreen

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();

Screenshots

alt text

My Controls