Skip to content

Commit d39ded5

Browse files
committed
✨ Features: Setup ReactNative expo project
- with `npx create-expo-app@latest -e with-router .`
1 parent 24f10e4 commit d39ded5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

app/_layout.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { Stack } from 'expo-router'
2+
3+
const Layout = () => {
4+
return <Stack />;
5+
}
6+
7+
export default Layout;

app/index.js

Whitespace-only changes.

0 commit comments

Comments
 (0)