Hi all.
For context, I’m creating an Uber Eats style app. I am trying to display the results from a user’s search (using an input field) on a different view. For example if they search for a restaurant name or food item; they are navigated to a list of matching results on a different view.
I can achieve the functionality using vertical lists and a search input on a single view/page but can’t figure out how to send the search query to a different view using the property function.
Any ideas would be most welcome. Thanks in advance.