import SearchBar from "react-native-dynamic-search-bar"
<SearchBar
placeholder="Search here"
onPress={() => alert("onPress")}
onChangeText={(text) => console.log(text)}
/>
Last active
November 10, 2021 18:22
-
-
Save WrathChaos/fd02123a54b03d86c133d1a0aec580a4 to your computer and use it in GitHub Desktop.
React Native Dynamic Search Bar Button Example
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment