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