Skip to content

Commit b18ae84

Browse files
Update usage.mdx
1 parent eed4a0f commit b18ae84

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/docs/usage.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ Consumers are components and hooks that allow using inset values provided by the
1717
- [SafeAreaView](/api/safe-area-view) is the preferred way to consume insets. This is a regular `View` with insets applied as extra padding or margin. It offers better performance by applying insets natively and avoids flickers that can happen with the other JS based consumers.
1818

1919
- [useSafeAreaInsets](/api/use-safe-area-insets) offers more flexibility, but can cause some layout flicker in certain cases. Use this if you need more control over how insets are applied.
20+
21+
### Keyboard handling
22+
23+
The safe area insets do not include the software keyboard. It is recommended to use [react-native-keyboard-controller](https://github.com/kirillzyusko/react-native-keyboard-controller) to handle those.

0 commit comments

Comments
 (0)