Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

use rngh scrollview in search horizontal list (#4350)

authored by

Hailey and committed by
GitHub
e4b4d854 c352e0f8

+3 -2
+3 -2
src/view/screens/Search/Search.tsx
··· 10 10 TextInput, 11 11 View, 12 12 } from 'react-native' 13 + import {ScrollView as RNGHScrollView} from 'react-native-gesture-handler' 13 14 import {AppBskyActorDefs, AppBskyFeedDefs, moderateProfile} from '@atproto/api' 14 15 import { 15 16 FontAwesomeIcon, ··· 977 978 styles.selectedProfilesContainer, 978 979 isMobile && styles.selectedProfilesContainerMobile, 979 980 ]}> 980 - <ScrollView 981 + <RNGHScrollView 981 982 keyboardShouldPersistTaps="handled" 982 983 horizontal={true} 983 984 style={styles.profilesRow} ··· 1022 1023 </Pressable> 1023 1024 </View> 1024 1025 ))} 1025 - </ScrollView> 1026 + </RNGHScrollView> 1026 1027 </View> 1027 1028 )} 1028 1029 {searchHistory.length > 0 && (