diff --git a/README.md b/README.md index a9bef83..096831b 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,56 @@ Or get in touch on Twitter ([gpeal8](https://twitter.com/gpeal8)) or via lottie@ You can build the sample app yourself or download it from the [Play Store](https://play.google.com/store/apps/details?id=com.airbnb.lottie). The sample app includes some built in animations but also allows you to load an animation from internal storage or from a url. +## Using Lottie for Xamarin.Forms + +A normal sample is: + +```c# + +``` + +All possible options are: + +```c# + +``` + ## Using Lottie for Xamarin Android Lottie supports Ice Cream Sandwich (API 14) and above. The simplest way to use it is with LottieAnimationView: