Happy Doublin

Results 3 comments of Happy Doublin

Can we add the blur effect here without changing the metal files?

I coped similar things in my react-native project. You can add this to info.plist file. ``` NSAppTransportSecurity NSAllowsArbitraryLoads ``` This is really similar as we `android:usesCleartextTraffic="true"` in AndroidManifest.xml file.