-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Component: ImageRan CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.Type: QuestionIssues that are actually questions and not bug reports.Issues that are actually questions and not bug reports.
Description
I'm trying to display my uploaded image saved from to my backend folder. Its on different file so to retrieve I have to call it http://localhost:3333/api/userprofile/5/5.jpeg
. But it does not work on my react native code, I tested it on android and IOS
<Thumbnail
small
source={{
uri: `http://localhost:3333/userprofile/${this.props.user.id}/${
this.props.user.avatar
}`
}}
/>
it works when I open it on browser. It also work if I use different url like https://picsum.photos/200/300
how to deal with this?
This is kinda similar to this question but don't have proper answer
#3496
Metadata
Metadata
Assignees
Labels
Component: ImageRan CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.Type: QuestionIssues that are actually questions and not bug reports.Issues that are actually questions and not bug reports.