From 4b0c3d2fe031c5ae84428750ec4970fa788c7086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Fridmansk=C3=BD?= Date: Thu, 29 Feb 2024 14:26:22 +0100 Subject: [PATCH] docs: useKeyboardAvoidingView --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7fc3282..416a0a9 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ export default YourComponent; `containerProps` | ViewProps | | Additional props to be applied to the container. `hideKeyboardOnShow` | boolean | true | Set to `true` if you want to hide keyboard on show modal if was opened. `wrapInGestureHandlerRootView`| boolean | false | Set to `true` if you want to wrap content in to GestureHandlerRootView (required if you want to use modal inside react-native Modal component). + `useKeyboardAvoidingView`| boolean | true | Set to `false` if you want to show keyboard over the modal content. ## Public Methods