We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669dcff commit cf08565Copy full SHA for cf08565
packages/react-native/React/Views/ScrollView/RCTScrollView.h
@@ -48,6 +48,7 @@
48
@property (nonatomic, assign) BOOL snapToEnd;
49
@property (nonatomic, copy) NSString *snapToAlignment;
50
@property (nonatomic, assign) BOOL inverted;
51
+/** Focus area of newly-activated text input relative to the window to compare against UIKeyboardFrameBegin/End */
52
@property (nonatomic, assign) CGRect firstResponderFocus;
53
54
// NOTE: currently these event props are only declared so we can export the
0 commit comments