Specify clearIcon in Page.tsx

This commit is contained in:
Brandon Presley 2022-09-28 16:50:07 +13:00
parent 801012f3f3
commit 570631ae46
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ export default function Page({
value={search}
onChangeText={setSearch}
icon="search"
clearIcon="clear"
/>
{children}
{onAdd && <MassiveFab onPress={onAdd} />}