Piyush SharmaOriginal post
Web Developer
I am storing file using node js sdk and want to preview the image via URL using Image component in React native, but getting error when passing image url to component and image not rendering.
I am creating the URL using bucket Id, file Id, project ID and mode=admin and saving it to a DB collection and retrieving it via API call from React native to get the Image URL
Summary
Developers are facing issues previewing images in React Native using URLs generated by a node.js SDK. They are saving image URLs to a DB and retrieving them in React Native but encounter errors when trying to display the images.