carrythroughcovid / ctc-app

React Native app for CTC
0 stars 0 forks source link

Pass selected category from DiscoverScreen to SearchResultsScreen #6

Closed shadforth closed 4 years ago

shadforth commented 4 years ago

High-level overview

This PR adds a new useEffect method on the SRP that checks to see if a category was selected. If so, it triggers the handleCategoryChange() method which updates the filtered list of businesses.

Callouts

Preview

pass-data-srp

Resources