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
The Expo build fails on this script:
SyntaxError in /mnt/c/Users/hello/Documents/github/worklife/mobile-app/node_modules/@builderx/utils/index.js: Unexpected token, expected { (1:7) > 1 | export Center from "./components/CenterWrapper"; | ^ 2 |
The workaround I am using currently is as follows for anyone who has the same issue:
(replacing content of file)
export {default as Center} from "./components/CenterWrapper";
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Expo build fails on this script:
The workaround I am using currently is as follows for anyone who has the same issue:
(replacing content of file)
The text was updated successfully, but these errors were encountered: