Closed
Description
I'm fetching JSON data using api key which contains Name, Rating and URL. I have flatlist on react-native which will display Fetched Name, Rating and all.I successfully get json data and already show it in a flatlist. Now my requirement is that when I click on flatlist it should open the URL fetched from JSON on browser.
Activity