line break mode

This commit is contained in:
Hailey
2024-01-18 21:57:56 -08:00
parent adfcf05fe4
commit 384c8ec3a8
4 changed files with 21 additions and 4 deletions
@@ -1,7 +1,6 @@
class RNUITextViewShadow: RCTShadowView {
// Props
@objc var numberOfLines: Int = 0
@objc var ellipsizeMode: Int = 0
@objc var allowsFontScaling: Bool = true
var attributedText: NSAttributedString = NSAttributedString()