react-native-search

0.0.1 • Public • Published

react-native-search-bar

The high-quality 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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    0

Package Sidebar

Install

npm i react-native-search

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • svnm