From 5ddfa0e5b61ab575e4b4361bd1e9b09cd38fdf8b Mon Sep 17 00:00:00 2001 From: Jonathan Dick Date: Sun, 15 Mar 2020 08:49:07 -0400 Subject: [PATCH] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7a085f8..59aa1a5 100644 --- a/readme.md +++ b/readme.md @@ -40,6 +40,7 @@ For Xamarin Forms there is a bit more setup needed. You will need to initialize On Android, in your main `Activity`'s `OnCreate (..)` implementation, call: ```csharp +Xamarin.Essentials.Platform.Init(Application); ZXing.Net.Mobile.Forms.Android.Platform.Init(); ```