Skip to content

Commit 74963eb

Browse files
sherginfacebook-github-bot
authored andcommitted
Stub for caretHidden prop in RCTUITextView
Summary: Even if we don't support this prop yet, we have to expose this in RCTUITextView to conform the contract between ViewManager and ShadowView. Same story as D6842304. Depends on D6842304. Reviewed By: fmoo Differential Revision: D6869750 fbshipit-source-id: 9b35f1a38040319ec66f1ec12f97ac739f8b204f
1 parent 9227ba7 commit 74963eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Libraries/Text/TextInput/Multiline/RCTUITextView.h

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ NS_ASSUME_NONNULL_BEGIN
3535
// it's declared here only to conform to the interface.
3636
@property (nonatomic, assign) UITextFieldViewMode clearButtonMode;
3737

38+
// The `caretHidden` property actually is not supported yet;
39+
// it's declared here only to conform to the interface.
40+
@property (nonatomic, assign) BOOL caretHidden;
41+
3842
@end
3943

4044
NS_ASSUME_NONNULL_END

0 commit comments

Comments
 (0)