Created
March 16, 2018 15:40
-
-
Save jonathanpeppers/040b15704185909dadeb40bf79659d6c to your computer and use it in GitHub Desktop.
gildex.forms setup code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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