Skip to content

Commit

Permalink
updated readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
kusalshrestha committed Jul 13, 2019
1 parent e33e830 commit fb5455e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ render() {
|**`onChange`**|`function`|Callback that is called when the user taps a segment.|
|**`selectedIndex`**|`Number`|Index of the selected segment.|
|**`offsetHeight`**|`Number`|Active Segment's offset height.|
|**`style`**|`function`|Styles props of segment control.|
|**`segmentControlStyle`**|`function`|Styles props of segment control.|
|**`activeSegmentStyle`**|`function`|Styles props of active segment view.|
|**`selectedTextStyle`**|`function`|Selected Segment's text style.|
|**`unSelectedTextStyle`**|`function`|Unselected Segment's text style.|
|**`style`**|`Styles`|Styles props of segment control.|
|**`segmentControlStyle`**|`Styles`|Styles props of segment control.|
|**`activeSegmentStyle`**|`Styles`|Styles props of active segment view.|
|**`selectedTextStyle`**|`Styles`|Selected Segment's text style.|
|**`unSelectedTextStyle`**|`Styles`|Unselected Segment's text style.|

## License

Expand Down

0 comments on commit fb5455e

Please sign in to comment.