React Native – Render FlatList using API data
I'm trying to get data from an external API and then render it into a flatlist. I'm very new to React Native so this may be easy to solve. I'm trying to use the following data: https://www.nationaltrust.org.uk/search/data/all-places I want to…