pretty fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { memo, useRef } from 'react';
|
||||
import { memo } from 'react';
|
||||
import { FlatList, HStack, View, useBreakpointValue, useTheme, Text, Row } from 'native-base';
|
||||
import { ActivityIndicator, StyleSheet } from 'react-native';
|
||||
import MusicItem from './MusicItem';
|
||||
|
||||
@@ -107,11 +107,7 @@ const SearchBarComponent = (props: { onValidate: (searchData: searchProps) => vo
|
||||
onChangeText={(value) => setQuery(value)}
|
||||
/>
|
||||
</View>
|
||||
<ButtonBase
|
||||
type="menu"
|
||||
icon={SearchNormal1}
|
||||
onPress={handleValidate}
|
||||
/>
|
||||
<ButtonBase type="menu" icon={SearchNormal1} onPress={handleValidate} />
|
||||
</View>
|
||||
</View>
|
||||
<View
|
||||
|
||||
Reference in New Issue
Block a user