Skip to content

Commit

Permalink
added; comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-8 committed Dec 20, 2023
1 parent 004daf3 commit c7df5b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/KeyboardAdjustView.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ import {
} from 'react-native'
import { AvoidSoftInputView } from 'react-native-avoid-softinput'

/**
*
* @param children; one of the child should be a ScrollView
* @param style
*/
export default function KeyboardAdjustView({
children,
style
Expand Down

0 comments on commit c7df5b4

Please sign in to comment.