Skip to content

Instantly share code, notes, and snippets.

@WrathChaos
Last active November 10, 2021 18:22
Show Gist options
  • Save WrathChaos/fd02123a54b03d86c133d1a0aec580a4 to your computer and use it in GitHub Desktop.
Save WrathChaos/fd02123a54b03d86c133d1a0aec580a4 to your computer and use it in GitHub Desktop.
React Native Dynamic Search Bar Button Example
import SearchBar from "react-native-dynamic-search-bar"

<SearchBar
  placeholder="Search here"
  onPress={() => alert("onPress")}
  onChangeText={(text) => console.log(text)}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment