Expo router inferred paths is not working in the starter template
Create a new app: pnpx create-obytes-app@latest MyApp-2
Expo router version: "expo-router": "~4.0.17",
-
<Link href="/home" />// Use inferred paths is not working. Autocomplete is broken -
<Link href={{ pathname: "/" }} />// ts autocomplete works when using this pattern
I am facing the same issue
Unfortunately, I wasn't able to find a solution, just moved the starter code manually to a create expo app.
oh that seems bad is it because of the app folder being in the source folder , i used create expo and took all the necessary code that was needed , but its taking more time to set it up with all the right files and folders so that it works in a similar fashion.