devpgcs

Results 3 comments of devpgcs

> For android fix, try adding this in your manifest file ` ` I'm agree. This must be in the official documentation. Thank you for this solution 👍🏻

Same issue when updating from version`^3.4.12` to `^3.4.16`.

Hey guys I hope this work for you as it work for me: ``` const SomeComponent = () => { return ( ... Some other components ) } ``` So,...