use rngh scrollview in search horizontal list (#4350)
This commit is contained in:
		
							parent
							
								
									c352e0f8b4
								
							
						
					
					
						commit
						e4b4d854d6
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -10,6 +10,7 @@ import { | |||
|   TextInput, | ||||
|   View, | ||||
| } from 'react-native' | ||||
| import {ScrollView as RNGHScrollView} from 'react-native-gesture-handler' | ||||
| import {AppBskyActorDefs, AppBskyFeedDefs, moderateProfile} from '@atproto/api' | ||||
| import { | ||||
|   FontAwesomeIcon, | ||||
|  | @ -977,7 +978,7 @@ function SearchHistory({ | |||
|               styles.selectedProfilesContainer, | ||||
|               isMobile && styles.selectedProfilesContainerMobile, | ||||
|             ]}> | ||||
|             <ScrollView | ||||
|             <RNGHScrollView | ||||
|               keyboardShouldPersistTaps="handled" | ||||
|               horizontal={true} | ||||
|               style={styles.profilesRow} | ||||
|  | @ -1022,7 +1023,7 @@ function SearchHistory({ | |||
|                   </Pressable> | ||||
|                 </View> | ||||
|               ))} | ||||
|             </ScrollView> | ||||
|             </RNGHScrollView> | ||||
|           </View> | ||||
|         )} | ||||
|         {searchHistory.length > 0 && ( | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue