Skip to content

Commit

Permalink
docs: useKeyboardAvoidingView
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFridmansky authored and Lipo11 committed Feb 29, 2024
1 parent 0fab746 commit 4b0c3d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b0c3d2

Please sign in to comment.