Improve video and padding in tabs
This commit is contained in:
@@ -31,7 +31,7 @@ const Search = () => {
|
||||
return (<ProfileCard profileObj={item} />);
|
||||
});
|
||||
return (
|
||||
<SafeAreaView >
|
||||
<SafeAreaView style={{flex:1}}>
|
||||
<Searchbar
|
||||
placeholder="Search Users"
|
||||
onChangeText={onChangeSearch}
|
||||
|
||||
Reference in New Issue
Block a user