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,5 @@
@objc(RNUITextViewManager)
class RNUITextViewManager: RCTViewManager {
var textStorage = NSTextStorage()
override func view() -> (RNUITextView) {
return RNUITextView()
}