/** * Sample React Native App * https://github.com/facebook/react-native * * Generated with the TypeScript template * https://github.com/react-native-community/react-native-template-typescript * * @format */ import Intro from './pages/Intro'; import React from 'react'; import { SafeAreaView, } from 'react-native'; const App = () => { return ( ); }; export default App;