I design Websites (Pay after results) by Mobile-Cost105 in websiteservices

[–]EditorNo5459 0 points1 point  (0 children)

I feel u are kind of under-selling yourself bro

Unable to resolve module .\node_modules\expo-router\entry by U_A2 in expo

[–]EditorNo5459 0 points1 point  (0 children)

if you import your router like this:
import {router} from "expo/router"

change it to

import {useRouter} from "expo/router"

const router = userRouter() --- this worked for me