react-native-indicator
Advanced tools
Comparing version 0.5.2 to 0.5.5
@@ -19,2 +19,3 @@ /** | ||
import RotationHole from './lib/loader/RotationHoleLoader'; | ||
import CirclesRotationScale from './lib/loader/CirclesRotationScaleLoader'; | ||
@@ -33,2 +34,3 @@ export const PulseLoader = Pulse; | ||
export const RotationCircleLoader = RotationCircle; | ||
export const RotationHoleLoader = RotationHole; | ||
export const RotationHoleLoader = RotationHole; | ||
export const CirclesRotationScaleLoader = CirclesRotationScale; |
/** | ||
* Created by wangdi on 10/12/16. | ||
* the scale center of this bar is center | ||
*/ | ||
@@ -4,0 +5,0 @@ 'use strict'; |
/** | ||
* Created by wangdi on 10/12/16. | ||
* the scale center of this bar is bottom | ||
*/ | ||
@@ -4,0 +5,0 @@ 'use strict'; |
{ | ||
"name": "react-native-indicator", | ||
"version": "0.5.2", | ||
"version": "0.5.5", | ||
"description": "React Native Indicator Component", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -67,3 +67,3 @@ # react-native-indicator | ||
| size | number | 30 | circle's size | | ||
| color | string | '#1e90ff' | the indicator's color | | ||
| color | string | '#1e90ff' | indicator's color | | ||
| frequency | number | 500 | scale's frequency | | ||
@@ -77,4 +77,4 @@ | ||
| size | number | 10 | circle's size | | ||
| color | string | '#1e90ff' | the indicator's color | | ||
| betweenSpace | number | 5 | the distance between two dots | | ||
| color | string | '#1e90ff' | indicator's color | | ||
| betweenSpace | number | 5 | distance between two dots | | ||
@@ -95,3 +95,3 @@ | ||
| size | number | 40 | circle's size | | ||
| color | string | '#1e90ff' | the indicator's color | | ||
| color | string | '#1e90ff' | indicator's color | | ||
| dotRadius | number | 10 | each dot's size | | ||
@@ -105,3 +105,3 @@ | ||
| size | number | 40 | circle's size | | ||
| color | string | '#1e90ff' | the indicator's color | | ||
| color | string | '#1e90ff' | indicator's color | | ||
| dotRadius | number | 8 | each dot's size | | ||
@@ -115,3 +115,3 @@ | ||
| size | number | 10 | circle's size | | ||
| color | string | '#1e90ff' | the indicator's color | | ||
| color | string | '#1e90ff' | indicator's color | | ||
| strokeWidth | number | 3 | outline width | | ||
@@ -126,3 +126,3 @@ | frequency | number | 800 | scale's frequency | | ||
| size | number | 10 | circle's size | | ||
| color | string | '#1e90ff' | the indicator's color | | ||
| color | string | '#1e90ff' | indicator's color | | ||
| strokeWidth | number | 3 | outline width | | ||
@@ -135,7 +135,7 @@ | ||
| ---- | ---- | ---- | ---- | | ||
| color | string | '#1e90ff' | the indicator's color | | ||
| color | string | '#1e90ff' | indicator's color | | ||
| barWidth | number | 5 | each bar's width | | ||
| barHeight | number | 40 | each bar's height | | ||
| barNumber | number | 5 | the number of bar | | ||
| betweenSpace | number | 2 | the distance between two bars | | ||
| betweenSpace | number | 2 | distance between two bars | | ||
@@ -147,6 +147,6 @@ | ||
| ---- | ---- | ---- | ---- | | ||
| color | string | '#1e90ff' | the indicator's color | | ||
| color | string | '#1e90ff' | indicator's color | | ||
| barWidth | number | 3 | each bar's width | | ||
| barHeight | number | 30 | each bar's height | | ||
| betweenSpace | number | 5 | the distance between two bars | | ||
| betweenSpace | number | 5 | distance between two bars | | ||
@@ -158,4 +158,4 @@ | ||
| ---- | ---- | ---- | ---- | | ||
| color | string | '#1e90ff' | the indicator's color | | ||
| size | number | 30 | the indicator's size | | ||
| color | string | '#1e90ff' | indicator's color | | ||
| size | number | 30 | indicator's size | | ||
@@ -168,3 +168,3 @@ | ||
| size | number | 30 | circle's size | | ||
| color | string | '#1e90ff' | the indicator's color | | ||
| color | string | '#1e90ff' | indicator's color | | ||
@@ -176,4 +176,4 @@ | ||
| ---- | ---- | ---- | ---- | | ||
| size | number | 30 | circle's size | | ||
| color | string | '#1e90ff' | the indicator's color | | ||
| size | number | 30 | indicator's size | | ||
| color | string | '#1e90ff' | indicator's color | | ||
| rotationSpeed | number | 800 | rotation speed | | ||
@@ -186,4 +186,4 @@ | ||
| ---- | ---- | ---- | ---- | | ||
| size | number | 40 | circle's size | | ||
| color | string | '#1e90ff' | the indicator's color | | ||
| size | number | 40 | indicator's size | | ||
| color | string | '#1e90ff' | indicator's color | | ||
| rotationSpeed | number | 800 | rotation speed | | ||
@@ -193,4 +193,12 @@ | strokeWidth | number | 8 | circle outline's width | | ||
##### CirclesRotationScaleLoader | ||
| prop | type | default | description | | ||
| ---- | ---- | ---- | ---- | | ||
| size | number | 50 | indicator's size | | ||
| color | string | '#1e90ff' | indicator's color | | ||
## License | ||
MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
861911
27
1026
191