import * as React from 'react'; import {TextProps, View, TouchableOpacity} from 'react-native'; import {style} from './style'; export const NavButton = (props: TextProps) => { return ( <> ); };