Skip to content

Commit a565d0d

Browse files
Rishidanstepanov
authored andcommitted
fixed typo for path in index file and removed unnecessary imports
1 parent 0c0b4cb commit a565d0d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

cli/src/templates/packages/expo-router/drawer/app/(drawer)/(tabs)/_layout.tsx.ejs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Tabs } from 'expo-router';
2-
import { StyleSheet } from 'react-native';
32
import { TabBarIcon } from '~/components/TabBarIcon';
43

54

cli/src/templates/packages/expo-router/drawer/app/(drawer)/index.tsx.ejs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Stack } from 'expo-router';
2-
import { StyleSheet, View } from 'react-native';
32

43
import { Container } from '~/components/Container';
54
import { ScreenContent } from '~/components/ScreenContent';
@@ -9,7 +8,7 @@ export default function Home() {
98
<>
109
<Stack.Screen options={{ title: 'Home' }} />
1110
<Container>
12-
<ScreenContent path="app/(drawer)/(tabs)/index.tsx" title="Home" />
11+
<ScreenContent path="app/(drawer)/index.tsx" title="Home" />
1312
</Container>
1413
</>
1514
);

0 commit comments

Comments
 (0)