PoptOriginal post
Rank 2: Process
I'm using the react-native-appwrite package. How do I get an image from storage and display it on the screen?
Summary
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.