I'm unable to render items from my Strapi collection. Following is the code I wrote to get "Photo" of my uploaded products in Strapi.
<Image
style={{ height: 150, resizeMode: "cover" }}
source={{
uri: "http://localhost:1337" + item.Photo.data[0].attributes.url, //Home.js:180
}}
/>
[1] [1]: https://i.stack.imgur.com/hYSn6.png
I'm also getting an "Uncaught ReferenceError: process is not defined" at (VM110:2), and "The above error occurred in the component:" at (index.js:1)