Perfect_Draft-App_Test-reac.../App.tsx

20 lines
331 B
TypeScript

/**
* Sample React Native App
* https://github.com/facebook/react-native
*
* @format
*/
import React from 'react';
import { WebView } from 'react-native-webview';
function App(): React.JSX.Element {
return (
<>
<WebView source={{ uri: 'https://www.perfectdraft.com.br/' }} />
</>
);
}
export default App;