maxmagee / chick-fil-a

(Old Version. See README) Recreating the Chick-fil-A App in React Native.
2 stars 0 forks source link

Add search bar to help screen #34

Closed maxmagee closed 6 years ago

maxmagee commented 6 years ago

Add the search bar to the Help screen. When a search is executed, display a message that search functionality is not currently available.

Future issue will implement searching.

maxmagee commented 6 years ago

The addition of a wrapper TouchableWithoutFeedback is to dismiss the keyboard when you tap outside of the text input.