import React from 'react'; import styles from './App.style.js'; import { Text, View, } from 'react-native'; const App = () => { return ( Valmai Valmai ); }; export default App;