import { useColor } from '@/hooks/useColor'; import { Stack } from 'expo-router'; export const unstable_settings = { initialRouteName: 'index', }; export default function OnboardingLayout() { const background = useColor('background'); return ( ); }