react-native-ui-lib
Version:
[](https://stand-with-ukraine.pp.ua)
15 lines (14 loc) • 518 B
JSON
{
"name": "KeyboardAwareInsetsView",
"category": "infra",
"description": "Used to add an inset when a keyboard is used and might hide part of the screen.",
"note": "This view is useful only for iOS.",
"extends": ["infra/KeyboardTrackingView"],
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/TextFieldScreen.tsx",
"snippet": ["<ScrollView>",
" <TextField/>",
" <TextField/>",
" <KeyboardAwareInsetsView/>",
"<ScrollView>"
]
}