This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Sheet from './components/Sheet'; | |
import MainContent from './components/MainContent'; | |
import ExampleComponent from './components/ExampleComponent'; | |
function App() { | |
return ( | |
<View style={{ flex: 1 }}> | |
<MainContent /> | |
<Sheet> | |
<ExampleComponent style={{ height: 60, marginBottom: 10 }} /> |
NewerOlder