diff --git a/front/views/HomeView.tsx b/front/views/HomeView.tsx index 5de85be..795b8d1 100644 --- a/front/views/HomeView.tsx +++ b/front/views/HomeView.tsx @@ -75,7 +75,7 @@ const HomeView = (props: RouteProps<{}>) => { translate={{ translationKey: 'searchBtn' }} colorScheme="secondary" size="sm" - onPress={() => navigation.navigate('Search')} + onPress={() => navigation.navigate('Search', {})} /> ) => { size="xs" colorScheme="primary" label={query} - onPress={() => navigation.navigate('Search')} + onPress={() => navigation.navigate('Search', {})} /> ))}