We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
ran bun update
not error
No response
React Native Navigation version: 7.0.19 React Native version: 0.76.9 Has Fabric (React Native's new rendering system) enabled: yes Node version:v20.19.0
The text was updated successfully, but these errors were encountered:
The fix for this is to set the moduleResolution as "bundler" in your tsconfig.json. From here:
{ "extends": "expo/tsconfig.base", "compilerOptions": { "strict": true, "moduleResolution": "bundler", // Add this line "paths": { "@/*": ["./*"] } }, "include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"] }
Sorry, something went wrong.
@mike1o1 Thank you, that fixes it.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
What happened?
ran bun update
What was the expected behaviour?
not error
Was it tested on latest react-native-navigation?
Help us reproduce this issue!
No response
In what environment did this happen?
React Native Navigation version: 7.0.19
React Native version: 0.76.9
Has Fabric (React Native's new rendering system) enabled: yes
Node version:v20.19.0
The text was updated successfully, but these errors were encountered: