UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

15 lines (14 loc) 518 B
{ "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>" ] }