Skip to content
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

[android] Error while updating property 'options' #6

Open
KarlosQ opened this issue Feb 16, 2017 · 4 comments
Open

[android] Error while updating property 'options' #6

KarlosQ opened this issue Feb 16, 2017 · 4 comments

Comments

@KarlosQ
Copy link

KarlosQ commented Feb 16, 2017

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?

@ainosonia
Copy link

I got the same issue as well. On ios is working well.

@tspecht
Copy link

tspecht commented Jul 13, 2017

Did anyone fix this? Running into the same right now ... Using React Native 0.45.1

@SintoAntony
Copy link

i think you need to add property RowID

@yogeshmishrikotkar
Copy link

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"
}}
/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants