Compare commits

..

No commits in common. "fix.hide-keyboard-touch-outside-input" and "develop" have entirely different histories.

2 changed files with 14 additions and 14 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
import { KeyboardAwareScrollViewProps } from '@codler/react-native-keyboard-aware-scroll-view'; import { KeyboardAwareScrollViewProps } from '@codler/react-native-keyboard-aware-scroll-view';
const scrollPersistTaps: Partial<KeyboardAwareScrollViewProps> = { const scrollPersistTaps: Partial<KeyboardAwareScrollViewProps> = {
keyboardShouldPersistTaps: 'handled', keyboardShouldPersistTaps: 'always',
keyboardDismissMode: 'interactive' keyboardDismissMode: 'interactive'
}; };