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 bd5479f commit bccb5d9Copy full SHA for bccb5d9
lib/components/Keyboard/KeyboardTracking/KeyboardTrackingView/KeyboardTrackingView.ios.tsx
@@ -20,9 +20,8 @@ const KeyboardTrackingViewTempManager = NativeModules.KeyboardTrackingViewTempMa
20
class KeyboardTrackingView extends PureComponent<KeyboardTrackingViewProps> {
21
static displayName = 'KeyboardTrackingView';
22
23
- /** V6 should be change to default false */
24
static defaultProps = {
25
- useSafeArea: true
+ useSafeArea: false
26
};
27
28
ref?: any;
0 commit comments