generated from flexlark/app-template
Initial commit
This commit is contained in:
15
apps/expo/app/index.tsx
Normal file
15
apps/expo/app/index.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import { HomeScreen } from 'app/features/home/screen'
|
||||
import { Stack } from 'expo-router'
|
||||
|
||||
export default function Screen() {
|
||||
return (
|
||||
<>
|
||||
<Stack.Screen
|
||||
options={{
|
||||
title: 'Home',
|
||||
}}
|
||||
/>
|
||||
<HomeScreen />
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user