devoren
devoren
+1, same issue
@Kailash-MAF Hello, did you find a solution?
@TomasSestak You can try now but "expo go" is still sdk 48 and doesn't show error
Do you use [metro bundler](https://docs.expo.dev/routing/installation/#modify-project-configuration)?
``` import type {ReactElement, ReactNode} from 'react'; import {SplashScreen, Stack} from 'expo-router'; SplashScreen.preventAutoHideAsync(); function Layout(): ReactElement | null { return ; } export default function RootLayout(): ReactNode { return ;...
Yes you should try, if some code works on native and not in web then you can use .web.js / .native.js extension
Yes, maybe, but when I import any dooboo files, the error also occurs
Why doesn’t it work, maybe something was changed, added or removed during the last update? :(
@EvanBacon in my case on android and web, also logs dont work
@GraxMonzo I can confirm that issue disappear and logs / FR and HR works fine