rn-range-slider
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "rn-range-slider", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"author": "Tigran Sahakyan <mail.of.tigran@gmail.com>", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/githuboftigran/rn-range-slider", |
@@ -54,3 +54,4 @@ # RangeSlider | ||
| textFormat | This string will be formatted with active value and shown in thumb | String<br/>**"Price: %d**" =><br/>"**Price: 75**"<br/>if the current value is 75 | **%d**<br/> (just the number) | | ||
| labelStyle | Style of the label.<br/>Label is not shown if **none** | String<br/>Currently supported values:<br/>- **none**<br/>- **bubble** | **bubble** | | ||
| labelStyle | Style of the label.<br/>Label is not shown if **none** | String<br/><br/>Currently supported values:<br/>- **none**<br/>- **bubble** | **bubble** | | ||
| gravity | Vertical gravity of drawn content | String<br/><br/>Currently supported values:<br/>- **top**<br/>- **bottom**<br/>- **center** | **top** | | ||
| selectionColor | Color of selected part | String<br/>(**#RRGGBB** or **#AARRGGBB**) | **#4286f4** | | ||
@@ -57,0 +58,0 @@ | blankColor | Color of unselected part | String<br/>(**#RRGGBB** or **#AARRGGBB**) | **#7fffffff** | |
Sorry, the diff of this file is not supported yet
963403
71