Skip to content

Instantly share code, notes, and snippets.

@jonathanpeppers
Created March 16, 2018 15:40
Show Gist options
  • Save jonathanpeppers/040b15704185909dadeb40bf79659d6c to your computer and use it in GitHub Desktop.
Save jonathanpeppers/040b15704185909dadeb40bf79659d6c to your computer and use it in GitHub Desktop.
gildex.forms setup code
Xamarin.Forms.Forms.Init (this, bundle);
//This forces the custom renderers to be used
Android.Glide.Forms.Init ();
LoadApplication (new App ());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment