• Nirmal021
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hello everyone,

We are developing a Hybrid mobile app for IOS and Android on React native. Our app makes callouts to Salesforce to fetch some images stored as files on records (Url to the Image or file is fetched). These images are dislayed on the App on a custom screen.

The image that we fetch has the following URL -
https://{instance.com}/servlet/servlet.FileDownload?file={SomeID}

We are not able to display images in the mobile by using Image tags or by using Native Mobile components. We are not able to download the content either. We want to know if there are any limitations or issues in doing so.