Thomas GICQUEL

Results 5 issues of Thomas GICQUEL

injection.js use tsconfig.json but if i have tsconfig.dev.json, tsconfig.prod.json, ... when i used tsc -p tsconfig.prod.json, the hook will not trigger

Work arround to fix issues #123 #129 #133

Hello, FusionChart doesn't display on physical iOS Phone error : ![image](https://user-images.githubusercontent.com/29439065/129865763-11601fcc-b4d2-4fab-889b-90dbf9a42314.png) (left : real device, right simulator) ![image](https://user-images.githubusercontent.com/29439065/129865951-ad563c92-c9ae-4b76-9e29-0e603309c832.png) metro.config.js: ![image](https://user-images.githubusercontent.com/29439065/129865795-ac0cc2f6-fad4-4637-95aa-4e415dd4d32c.png) dependencies: ![image](https://user-images.githubusercontent.com/29439065/129865869-18c9a7b0-e6f0-4874-8cf7-77399b310e9a.png)

When the ConfirmGoogleCaptcha is trigger on iphone x, xs, 11. The popup is not on safe area. ![image](https://user-images.githubusercontent.com/29439065/79982690-02d2dd80-84a7-11ea-8163-da0f07c08ab9.png)

I need to validate that enum is defined. Can you add support for [EnumDataType ](https://github.com/microsoft/referencesource/blob/master/System.ComponentModel.DataAnnotations/DataAnnotations/EnumDataTypeAttribute.cs) Exemple below : ```csharp [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "14.0.7.0 (NJsonSchema v11.0.0.0 (Newtonsoft.Json v13.0.0.0))")] public enum BeerType { [System.Runtime.Serialization.EnumMember(Value...