import * as React from 'react'; import { Text } from 'react-native'; const MyText = ()=> { return ( Custom Component ); }; export { MyText }