import { View, Text } from 'react-native'; import React from 'react'; const call = () => { console.log('call'); return ( call ); }; export default call;