import React from 'react' import {Text, View} from 'react-native' import {ScreenParams} from '../routes' export const Search = ({params}: ScreenParams) => { return ( Search ) }