[FIX] Can't close the keyboard after entering data in one text box on the screen (#4910)
* [FIX] Can't close the keyboard after entering data in one text box on the screen * change the scrollPersistTap * update test
This commit is contained in:
parent
e08c611a9f
commit
87e86e819e
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
|||
import { KeyboardAwareScrollViewProps } from '@codler/react-native-keyboard-aware-scroll-view';
|
||||
|
||||
const scrollPersistTaps: Partial<KeyboardAwareScrollViewProps> = {
|
||||
keyboardShouldPersistTaps: 'always',
|
||||
keyboardShouldPersistTaps: 'handled',
|
||||
keyboardDismissMode: 'interactive'
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue