Search functionality - React Native

In React Native, you could use a SearchBar to search for screens.

<SearchBar
    onChangeText={search}
/>