File tree Expand file tree Collapse file tree
scripts/cxx-api/api-snapshots Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2351,6 +2351,7 @@ interface RCTUITextView : public UITextView <RCTBackedTextInputViewProtocol> {
23512351 public @property (assign) BOOL contextMenuHidden;
23522352 public @property (assign) BOOL disableKeyboardShortcuts;
23532353 public @property (assign) CGFloat preferredMaxLayoutWidth;
2354+ public @property (assign) RCTUITextViewTextAlignmentVertical textAlignVertical;
23542355 public @property (assign) UITextFieldViewMode clearButtonMode;
23552356 public @property (assign, readonly) BOOL dictationRecognizing;
23562357 public @property (assign, readonly) BOOL textWasPasted;
Original file line number Diff line number Diff line change @@ -2351,6 +2351,7 @@ interface RCTUITextView : public UITextView <RCTBackedTextInputViewProtocol> {
23512351 public @property (assign) BOOL contextMenuHidden;
23522352 public @property (assign) BOOL disableKeyboardShortcuts;
23532353 public @property (assign) CGFloat preferredMaxLayoutWidth;
2354+ public @property (assign) RCTUITextViewTextAlignmentVertical textAlignVertical;
23542355 public @property (assign) UITextFieldViewMode clearButtonMode;
23552356 public @property (assign, readonly) BOOL dictationRecognizing;
23562357 public @property (assign, readonly) BOOL textWasPasted;
You can’t perform that action at this time.
0 commit comments