9 lines
No EOL
167 B
Text
9 lines
No EOL
167 B
Text
# -*- mode: snippet -*-
|
|
# name: react native router layout
|
|
# key: rnrl
|
|
# --
|
|
import { Slot } from "expo-router";
|
|
|
|
export default function Layout() {
|
|
return <Slot />
|
|
} |