react-native-advanced-text 0.1.31 → 0.1.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -41,6 +41,7 @@ class AdvancedTextView : TextView {
41
41
  private var fontWeight: String = "normal"
42
42
  private var textAlign: String = "left"
43
43
  private var fontFamily: String = "sans-serif"
44
+ private var lineHeightMultiplier: Float = 1.0f
44
45
 
45
46
  private var wordPositions: List<WordPosition> = emptyList()
46
47
 
@@ -243,7 +244,6 @@ class AdvancedTextView : TextView {
243
244
  }
244
245
 
245
246
 
246
- lineSpacingMultiplier = lineHeightMultiplier
247
247
  setLineSpacing(0f, lineHeightMultiplier)
248
248
 
249
249
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-advanced-text",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": " Advanced text component for React Native with custom select options.",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",