Skip to content

react-z/react-native-search

This branch is 3 commits ahead of, 122 commits behind umhan35/react-native-search-bar:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 13, 2015
15f7faa · Dec 13, 2015

History

81 Commits
Jul 30, 2015
Sep 12, 2015
Jul 28, 2015
Dec 11, 2015
Jun 14, 2015
Dec 1, 2015
Jun 14, 2015
Nov 26, 2015
Dec 11, 2015
Dec 11, 2015

Repository files navigation

react-native-search-bar

iOS native search bar for react native.

Installation

In your react native project, run npm install react-native-search-bar --save

To link this library, please follow the first two steps in the Linking Libraries (iOS) guide on React Native website. The .xcodeproj file is in node_modules/react-native-search-bar/. In the end, you should have RNSearchBar.xcodeproj in the Libaries group on Xcode and libRNSearchBar.a in the Link Binary With Libraries section inside the Build Phases tab of your project target.

Usage

<Search
	ref='searchBar'
	placeholder='Search'
	onChangeText={...}
	onSearchButtonPress={...}
	onCancelButtonPress={...}
	/>
this.refs.searchBar.focus();

There is an example project in the SearchBarExample directory.

License

MIT

About

iOS and Android native search component for react native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 81.8%
  • JavaScript 18.2%