I'm using the react-native-appwrite package. How do I get an image from storage and display it on the screen?
TL;DR
Developers using react-native-appwrite package are trying to display an image from storage on the screen but facing issues with the correct URL. The solution is to use the GetfileviewUrl method to get the URL and then use it as the image source in uri format.
Axistro
29 Aug, 2025, 06:50
GetfileviewUrl method
Get the url returned
Use it as a image source as uri
Popt
29 Aug, 2025, 06:51
I've tried it a long time ago
Popt
29 Aug, 2025, 06:51
Popt
29 Aug, 2025, 06:52
I'm pretty sure the id is correct, but it always returns this result to me.