File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
cli/src/templates/packages/expo-router/drawer/app/(drawer) Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { Tabs } from 'expo-router';
2
- import { StyleSheet } from 'react-native';
3
2
import { TabBarIcon } from '~/components/TabBarIcon';
4
3
5
4
Original file line number Diff line number Diff line change 1
1
import { Stack } from 'expo-router';
2
- import { StyleSheet, View } from 'react-native';
3
2
4
3
import { Container } from '~/components/Container';
5
4
import { ScreenContent } from '~/components/ScreenContent';
@@ -9,7 +8,7 @@ export default function Home() {
9
8
<>
10
9
<Stack .Screen options ={{ title: ' Home' }} />
11
10
<Container >
12
- <ScreenContent path =" app/(drawer)/(tabs)/ index.tsx" title =" Home" />
11
+ <ScreenContent path =" app/(drawer)/index.tsx" title =" Home" />
13
12
</Container >
14
13
</>
15
14
);
You can’t perform that action at this time.
0 commit comments