Skip to content

Commit a9f5c5f

Browse files
committed
Fix collectibles view on ios
facebook/react-native#19986
1 parent d486cd4 commit a9f5c5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/status_im/ui/components/svgimage.cljs

+1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@
5050
:bounces false
5151
:scales-page-to-fit platform/android?
5252
:style {:width @width :height (* @width k) :background-color :transparent}
53+
:origin-whitelist #js ["*"]
5354
:source {:html (html uri @width (* @width k))}}]]))))

0 commit comments

Comments
 (0)