react-native-text-ticker
Advanced tools
Comparing version 0.19.0 to 0.20.0
{ | ||
"name": "react-native-text-ticker", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"description": "React Native Text Ticker/Marquee Component", | ||
"main": "index.js", | ||
"types": "react-native-text-ticker.d.ts", | ||
"directories": { | ||
@@ -7,0 +8,0 @@ "example": "example" |
@@ -39,3 +39,3 @@ # react-native-text-ticker | ||
return( | ||
<View style={style.container}> | ||
<View style={styles.container}> | ||
<TextTicker | ||
@@ -72,3 +72,3 @@ style={{ fontSize: 24 }} | ||
| duration | number | true | `150ms` * length of string | Number of milliseconds until animation finishes | ||
| scrollingSpeed | number | true | 50 | Describes how fast the bounce animation moves. Effective when duration is not set. When effective, the duration will depends on the width of text and screen width | ||
| scrollingSpeed | number | true | 50 | Describes how fast the bounce animation moves. Effective when duration is not set. | ||
| animationType | string | true | 'auto' | one of the values from 'auto', 'scroll', 'bounce' | ||
@@ -75,0 +75,0 @@ | loop | boolean | true | true | Infinitely scroll the text, effective when animationType is 'auto' |
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
16963
7
333