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]")
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]")