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
When building our project with vite the following error occurs:
[commonjs--resolver] Unexpected token (14:7) in D:/workspace/project/node_modules/react-native/index.js file: D:/workspace/project/node_modules/react-native/index.js:14:7 12: 13: // Components 14: import typeof AccessibilityInfo from './Libraries/Components/AccessibilityInfo/AccessibilityInfo'; ^ 15: import typeof ActivityIndicator from './Libraries/Components/ActivityIndicator/ActivityIndicator'; 16: import typeof Button from './Libraries/Components/Button'; error during build: SyntaxError: Unexpected token (14:7) in D:/workspace/project/node_modules/react-native/index.js
Does anyone know what is going wrong here?
The text was updated successfully, but these errors were encountered:
@motto76: hello! 👋
This issue is being automatically closed because it does not follow the issue template.
Sorry, something went wrong.
No branches or pull requests
Bug
When building our project with vite the following error occurs:
Environment info
Steps To Reproduce
Does anyone know what is going wrong here?
The text was updated successfully, but these errors were encountered: