diff options
Diffstat (limited to 'src/screens/StarterPack/Wizard/StepProfiles.tsx')
-rw-r--r-- | src/screens/StarterPack/Wizard/StepProfiles.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/StarterPack/Wizard/StepProfiles.tsx b/src/screens/StarterPack/Wizard/StepProfiles.tsx index 68f0edb90..e13febc75 100644 --- a/src/screens/StarterPack/Wizard/StepProfiles.tsx +++ b/src/screens/StarterPack/Wizard/StepProfiles.tsx @@ -86,6 +86,7 @@ export function StepProfiles({ !query && !screenReaderEnabled ? () => fetchNextPage() : undefined } onEndReachedThreshold={isNative ? 2 : 0.25} + keyboardDismissMode="on-drag" ListEmptyComponent={ <View style={[a.flex_1, a.align_center, a.mt_lg, a.px_lg]}> {isLoading ? ( |