We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I do the installation correctly and when I create a ImageLoader
<ImageLoader style={styles.foto} options={{ src: uri, //uri is a string with a url }} />
throw a error:
Error while updating property 'options' of a view managed by: RTCLoaderImageView
Someone know the solution?
The text was updated successfully, but these errors were encountered:
I got the same issue as well. On ios is working well.
Sorry, something went wrong.
Did anyone fix this? Running into the same right now ... Using React Native 0.45.1
i think you need to add property RowID
Please pass rowId as string.
const rowID = "100"; <ImageLoader style={{ width: 150, height: 150 }} options={{ rowID: rowID, src: "http://www.ssaurel.com/tmp/logo_ssaurel.png", placeholder: Platform.OS == "ios" ? "goods-placeholder" : "goods_placeholder" }} />
No branches or pull requests
I do the installation correctly and when I create a ImageLoader
<ImageLoader style={styles.foto} options={{ src: uri, //uri is a string with a url }} />
throw a error:
Error while updating property 'options' of a view managed by: RTCLoaderImageView
Someone know the solution?
The text was updated successfully, but these errors were encountered: