Conversation
| "metro": "^0.73.7", | ||
| "metro-resolver": "^0.73.7" | ||
| }, | ||
| "overrides": { |
There was a problem hiding this comment.
"resolutions" and "overrides" are in the original package.json from with-router as well:
examples/with-router/package.json
Lines 25 to 32 in bd68019
probably some compatibility thing
|
Is there any point in this when |
|
I will say I would greatly appreciate this PR. I love expo-router, and have been having issues trying to implement TypeScript after spinning up |
|
I already created the application and installed the TS even before starting to use expo-router, is there a way to type the routes? |
There is a discussion about typed props of a route here (originally an issue, but converted into a discussion): |
Add new with router typescript example based on suggestions #412 (comment)