mrxten / XamEffects

📱 Xamarin.Forms UI effects
MIT License
248 stars 41 forks source link

Android init #5

Closed fsantanac closed 6 years ago

fsantanac commented 6 years ago

Hi, great plugin. In my ios project work fine but in android no work. Wich is the initialize command for android?

Thanks

mrxten commented 6 years ago

Hi, for XF 2.3.4 use version 1.3.3. For this version in Android not need Init. For XF 2.5+ need version 1.4.0-pre3 and upper, and is there Init. In MainActivity.OnCreate call XamEffects.Droid.Effects.Init();

fsantanac commented 6 years ago

Thanks, work fine