Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
prscms committed Jun 5, 2018
1 parent 0caadce commit 1141f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -57,6 +57,7 @@ import { RNChipView } from 'react-native-chip-view'
| `height` | `string` | `40` | Specify chip height
| `borderRadius` | `string` | `40` | Specify container border radius
| `ellipsizeMode` | `string` | `middle` | Specify text ellipsize mode
| `theme` | `number` | `0` | Specify avatar icon theme, we have two themes Material: 0 and Flat: 1


## Contribution
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-chip-view",
"version": "0.0.6",
"version": "0.0.7",
"description": "React Native: Material Chip View",
"main": "./src/RNChipView.js",
"scripts": {
Expand Down

0 comments on commit 1141f12

Please sign in to comment.