react-native-vietnam / react-native-search-box

A simple search box with animation, inspired from ios search bar. Lightweight, fast, flexible.
476 stars 132 forks source link

Support defaultValue #61

Closed JaxGit closed 6 years ago

JaxGit commented 6 years ago

In order to support the following scenario: the user searched and get some items as results; after he clicked to navigate to one of the items to check details, when he navigates back, it would be good if the search string (keyword) previously stored somewhere could be retrieved again and pre-filled in the search box by 'defaultValue' prop.