<SearchBar/>
<List style={{ paddingTop: hp("1%"), backgroundColor: "white" }}>
<TouchableOpacity>
<Text>Foods</Text>
</TouchableOpacity>
</List>
Hey everyone, I can't figure out the following: I am trying to search foods from the database Edamam API by the SearchBar
and list them in the List
, this is the link of the page: https://developer.edamam.com/food-database-api-docs how can I do this?