import React from 'react'; import {SafeAreaView} from 'react-native'; import {GestureHandlerRootView} from 'react-native-gesture-handler'; import {View} from './src/View'; const App: React.FC = () => { return ( ); }; export default App;