Delgermurun

Results 3 comments of Delgermurun

Adding ((app)/_layout.tsx) ``` export const unstable_settings = { initialRouteName: 'index', }; ``` fixes issue but i am not so sure why.

What confuses me even more is replacing (app)/_layout.tsx with ``` import { Slot } from "expo-router"; export default function AppLayout() { return ( ) } ``` It render (app)/(register)/index.tsx not...

Hi @robertjcolley. This error occurs in ViroARPlaneSelector too. Download expo startkit and edit App.tsx to ``` return ( ); ``` Error was ```VRTQuad setOnClick```