my fork of the bluesky client

Dismiss keyboard on drag in starter pack screens (#6537)

authored by

Adam Rowe and committed by
GitHub
6c810900 723bbfc5

+2
+1
src/screens/StarterPack/Wizard/StepFeeds.tsx
··· 97 97 !query && !screenReaderEnabled ? () => fetchNextPage() : undefined 98 98 } 99 99 onEndReachedThreshold={2} 100 + keyboardDismissMode="on-drag" 100 101 renderScrollComponent={props => <KeyboardAwareScrollView {...props} />} 101 102 keyboardShouldPersistTaps="handled" 102 103 disableFullWindowScroll={true}
+1
src/screens/StarterPack/Wizard/StepProfiles.tsx
··· 86 86 !query && !screenReaderEnabled ? () => fetchNextPage() : undefined 87 87 } 88 88 onEndReachedThreshold={isNative ? 2 : 0.25} 89 + keyboardDismissMode="on-drag" 89 90 ListEmptyComponent={ 90 91 <View style={[a.flex_1, a.align_center, a.mt_lg, a.px_lg]}> 91 92 {isLoading ? (