react-native-advanced-text 0.1.14 → 0.1.16

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.
@@ -245,7 +245,7 @@ class AdvancedTextView : TextView {
245
245
  override fun updateDrawState(ds: TextPaint) {
246
246
  // Don't call super to avoid default link styling (blue color, underline)
247
247
  // Keep the original text appearance
248
-
248
+
249
249
  ds.isUnderlineText = false
250
250
  ds.bgColor = Color.TRANSPARENT
251
251
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-advanced-text",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
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",