Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use keyboardDismissMode rather than onScrollBeginDrag (#3767)

authored by

Samuel Newman and committed by
GitHub
4de78fb6 eb8bfd11

+2 -2
+2 -2
src/components/dialogs/GifSelect.tsx
··· 1 1 import React, {useCallback, useMemo, useRef, useState} from 'react' 2 - import {Keyboard, TextInput, View} from 'react-native' 2 + import {TextInput, View} from 'react-native' 3 3 import {Image} from 'expo-image' 4 4 import {BottomSheetFlatListMethods} from '@discord/bottom-sheet' 5 5 import {msg, Trans} from '@lingui/macro' ··· 216 216 keyExtractor={(item: Gif) => item.id} 217 217 // @ts-expect-error web only 218 218 style={isWeb && {minHeight: '100vh'}} 219 - onScrollBeginDrag={() => Keyboard.dismiss()} 219 + keyboardDismissMode="on-drag" 220 220 ListFooterComponent={ 221 221 hasData ? ( 222 222 <ListFooter