-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix tsconfig alias to paths in Web version #12
Labels
bug
Something isn't working
Comments
Path aliases make the web version of the application not work.
Marked as bug. |
Used the following Expo SDK 50 tutorial: https://docs.expo.dev/guides/typescript/#path-aliases |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding the alias is as easy as for normal React projects. The problem is that "Path aliases are only supported by Metro (including Metro web) and not by the deprecated @expo/webpack-config package." so a migration would be needed.
The problem comes with libraries like React Navigation, because they would be necessary changed.
The text was updated successfully, but these errors were encountered: