diff options
author | Hailey <me@haileyok.com> | 2024-04-03 18:05:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 18:05:03 -0700 |
commit | 7fb117d213149dfee9d0e79292b267b3cd5bde0e (patch) | |
tree | 74910683224f4d7fd7d660888ef36c13c3fca993 /modules/react-native-ui-text-view/ios/RNUITextViewChild.swift | |
parent | a356b1be1a08814766ae9deadd7b8467a35feb0e (diff) | |
download | voidsky-7fb117d213149dfee9d0e79292b267b3cd5bde0e.tar.zst |
Upgrade `UITextView` to latest (#3090)
* uitextview use library w/ fixes bump bump multiple uitextview fixes * bump * update to latest * cleanup
Diffstat (limited to 'modules/react-native-ui-text-view/ios/RNUITextViewChild.swift')
-rw-r--r-- | modules/react-native-ui-text-view/ios/RNUITextViewChild.swift | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/react-native-ui-text-view/ios/RNUITextViewChild.swift b/modules/react-native-ui-text-view/ios/RNUITextViewChild.swift deleted file mode 100644 index c341c46e4..000000000 --- a/modules/react-native-ui-text-view/ios/RNUITextViewChild.swift +++ /dev/null @@ -1,4 +0,0 @@ -class RNUITextViewChild: UIView { - @objc var text: String? - @objc var onPress: RCTDirectEventBlock? -} |