import React from 'react' import {SafeAreaView, ScrollView, Text, Button, View} from 'react-native' import type {PrimaryTabScreenProps} from '../routes/types' export const Search = ({navigation}: PrimaryTabScreenProps<'Search'>) => { return ( Hello world