Skip to content

Commit cf08565

Browse files
committed
Document new scroll view property
1 parent 669dcff commit cf08565

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-native/React/Views/ScrollView/RCTScrollView.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
@property (nonatomic, assign) BOOL snapToEnd;
4949
@property (nonatomic, copy) NSString *snapToAlignment;
5050
@property (nonatomic, assign) BOOL inverted;
51+
/** Focus area of newly-activated text input relative to the window to compare against UIKeyboardFrameBegin/End */
5152
@property (nonatomic, assign) CGRect firstResponderFocus;
5253

5354
// NOTE: currently these event props are only declared so we can export the

0 commit comments

Comments
 (0)