You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 28, 2021. It is now read-only.
imgFunctionArray = [
{url: '',props: { source: { uri:'file:/storage/emulated/0/Pictures/Screenshots/Screenshot_20201112-162211.png'} } },
];
the path from my phone local album,but can‘t show in ImageViewer。What should I do
I had the same issue. I ended up hosting the image remotely and accessing it that way. Might not be the solution you are looking for but it is a solution.
const imgFunctionArray3 = [
{url: '',props:{source:require('../images/photo_placeholder.png')}},
{url: '',props: { source: { uri: 'content://media/external/images/media/45204'} } },
{url:'https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1537850155794&di=4efaecca3f367346ff49c42f8f89d9f2&imgtype=0&src=http%3A%2F%2Fimg3.duitang.com%2Fuploads%2Fitem%2F201206%2F26%2F20120626190359_MjB3s.thumb.700_0.jpeg'}
]
The text was updated successfully, but these errors were encountered: