Improve search layouts.
This commit is contained in:
@@ -47,12 +47,10 @@ function AuthenticatedLayout() {
|
||||
<Label>{t("settings.titles.settings")}</Label>
|
||||
</NativeTabs.Trigger>
|
||||
<NativeTabs.Trigger name="search" role="search">
|
||||
{Platform.select({
|
||||
{Platform.select({
|
||||
//ios: <Icon sf="checklist" drawable="custom_android_drawable" />,
|
||||
android: (
|
||||
<Icon
|
||||
src={<VectorIcon family={MaterialIcons} name="search" />}
|
||||
/>
|
||||
<Icon src={<VectorIcon family={MaterialIcons} name="search" />} />
|
||||
),
|
||||
})}
|
||||
<Label>Search</Label>
|
||||
|
||||
Reference in New Issue
Block a user