-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passing data through React-Navigation Issue #106
Comments
Please check your data at first maybe there has a null reference. I guess |
Images thumbnails are showing That's why whenever i tap on the image for preview throwing this error:
|
@Rizwanilahi Could you please checkout the examples and then re-check your data. I think this should not an issue with this pkg. |
@BANG88 The example is working fine.
The image source Uri is already defined here. In my case, I am using API receiving data. |
You can normalize your data structure to fit your needs.
Rizwan Ellahi <[email protected]>于2020年1月16日 周四18:07写道:
… @BANG88 <https://github.com/bang88> The example is working fine.
const photos = [
{
source: {
uri:
"https://images.pexels.com/photos/82072/cat-82072.jpeg?w=1260&h=750&auto=compress&cs=tinysrgb"
}
}
];
The image source Uri is already defined here. In my case, I am using API
receiving data. const photos =
this.props.navigation.getParam('getPhotos').acf.gallery;
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#106?email_source=notifications&email_token=AADJY22IFXLNKYBGBEM77STQ6AWV3A5CNFSM4KFZPXFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJDP7ZQ#issuecomment-575078374>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADJY242DMHQVQ2K3QCZPY3Q6AWV3ANCNFSM4KFZPXFA>
.
|
Passing Data Using React-Navigation. Only grid images showing but the image preview throwing android error.
"react-native": "0.61.5",
"@merryjs/photo-viewer": "^3.1.2",
Android Error
The text was updated successfully, but these errors were encountered: