We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i keep getting this error upon trying to load my react-three fiber project can anyone help?
✘ [ERROR] Could not resolve "react-native/Libraries/Pressability/Pressability"
node_modules/@react-three/fiber/native/dist/react-three-fiber-native.esm.js:9:25: 9 │ ...from 'react-native/Libraries/Pressa... ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can mark the path "react-native/Libraries/Pressability/Pressability" as external to exclude it from the bundle, which will remove this error.
The text was updated successfully, but these errors were encountered:
Are you using react-native in your project? This navigates to https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/Pressability/Pressability.js to use its low-level imperative API.
react-native
Sorry, something went wrong.
No branches or pull requests
i keep getting this error upon trying to load my react-three fiber project can anyone help?
✘ [ERROR] Could not resolve "react-native/Libraries/Pressability/Pressability"
You can mark the path
"react-native/Libraries/Pressability/Pressability"
as external to exclude it from the bundle, which
will remove this error.
The text was updated successfully, but these errors were encountered: