react-native-search-box-ui
v0.1.0
Published
React Native Search Box
Downloads
2
Maintainers
Readme
react-native-search-box-ui
Getting Started
Installation
$ npm install react-native-search-box-ui
Properties
| Prop | Default | Type | Description |
| :------------ |:---------------:| :---------------:| :-----|
| onCancel | undefined | function
| Called when the cancel button is released. |
| showCancelButton | false | boolean
| If true, the cancel button is visible. |
| color | undefined | string
| Text color. |
| borderColor | undefined | string
| Border color. |
| placeholderColor | undefined | string
| Placeholder color. |
| backgroundColor | undefined | string
| Background color. |
| cancelTextColor | undefined | string
| Cancel button color. |