avataaars-generator icon indicating copy to clipboard operation
avataaars-generator copied to clipboard

Why Does the Avatar URL Automatically Change in React Native Image Component?

Open febrimaulana opened this issue 6 months ago • 0 comments

I am developing a React Native application, and I have an image component that displays an avatar with the following URL: https://avataaars.io/?accessoriesType=Kurt&avatarStyle=Circle&clotheColor=PastelRed&clotheType=ShirtVNeck&eyeType=Hearts&eyebrowType=Default&facialHairColor=Platinum&facialHairType=MoustacheFancy&hairColor=PastelPink&hatColor=Blue02&mouthType=Serious&skinColor=Light&topType=LongHairFrida.

However, when I try to use this URL in the React Native image component, the URL automatically changes to https://avatars.githubusercontent.com/u/14477481. I don't understand why this is happening. Can someone help me understand and solve this issue? Is there any specific configuration or something I need to do to prevent the avatar URL from changing automatically?

febrimaulana avatar Dec 29 '23 20:12 febrimaulana