Skip to main content

KeyboardAwareInsetsView

Used to add an inset when a keyboard is used and might hide part of the screen.
(code example)

info

This component extends KeyboardTrackingView props.

note

This view is useful only for iOS.

Usage​

Live Editor
<ScrollView>
  <TextField/>
  <TextField/>
  <KeyboardAwareInsetsView/>
<ScrollView>
Result
Loading...

API​