From d89e660ce50aea7a6b38696c4ad4c3a030b722ec Mon Sep 17 00:00:00 2001 From: Dmitry Novotochinov Date: Wed, 5 Sep 2018 12:54:47 +0300 Subject: [PATCH] Fix collectibles view on ios https://github.com/facebook/react-native/issues/19986 --- src/status_im/ui/components/svgimage.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/status_im/ui/components/svgimage.cljs b/src/status_im/ui/components/svgimage.cljs index 4f1eb0e6005..27987cd13e1 100644 --- a/src/status_im/ui/components/svgimage.cljs +++ b/src/status_im/ui/components/svgimage.cljs @@ -50,4 +50,5 @@ :bounces false :scales-page-to-fit platform/android? :style {:width @width :height (* @width k) :background-color :transparent} + :origin-whitelist #js ["*"] :source {:html (html uri @width (* @width k))}}]])))) \ No newline at end of file