react-native-advanced-text 0.1.3 → 0.1.4

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.
@@ -182,6 +182,8 @@ class AdvancedTextView : TextView, View.OnCreateContextMenuListener {
182
182
  }
183
183
 
184
184
  override fun updateDrawState(ds: TextPaint) {
185
+ super.updateDrawState(ds)
186
+ ds.color = currentTextColor
185
187
  ds.isUnderlineText = false
186
188
  }
187
189
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-advanced-text",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
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",