Skip to content

Instantly share code, notes, and snippets.

@codebeaulieu
Created February 25, 2018 15:23
Show Gist options
  • Save codebeaulieu/45c5e0074ca5a58e186f9a4afb848070 to your computer and use it in GitHub Desktop.
Save codebeaulieu/45c5e0074ca5a58e186f9a4afb848070 to your computer and use it in GitHub Desktop.
protected override void OnCreate(Bundle bundle)
{
TabLayoutResource = Resource.Layout.Tabbar;
ToolbarResource = Resource.Layout.Toolbar;
base.OnCreate(bundle);
global::Xamarin.Forms.Forms.Init(this, bundle);
// add this line
DependencyService.Register<Interfaces.IRendererResolver, Services.RendererResolver>();
LoadApplication(new App());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment