Doggy-J-E / Doggy

Mobile application to find a dog breed
https://expo.io/@hyunji.lee778/projects/Doggy
MIT License
1 stars 2 forks source link

Make a search bar work #18

Closed hyunjiLeeTech closed 3 years ago

hyunjiLeeTech commented 3 years ago

The words users enter into search bar sends to SearchResultScreen so we can use that word to find bod bread ex) User enters 'old' > Send 'old' to SearchResultScreen > Use that word to search dog breads inside getBreadInfoFromApi function, fetch("https://api.thedogapi.com/v1/breeds/search?name=[the word the user enters]")