-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Moving files and folders a little #4
Conversation
I saw this error when running on iOS:
|
metro.config.js
Outdated
}, | ||
}), | ||
}, | ||
projectRoot: './src', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove this line and it will actually work just fine
Updated to remove the projectRoot option |
🚀 [Deployed](https://github.com/Expensify/Expensify.cash
|
🚀 Deployed to staging by @AndrewGable in version: 1.1.10-3 🚀
|
🚀 Deployed to production by @roryabraham in version: 1.1.11-1 🚀
|
Signed-off-by: Ashutosh Khanduala <ashu.khanduala@gmail.com>
Deploying with Cloudflare Pages
|
npm has a |
Hey, I noticed you changed some webpack configuration files. This can break production builds. Did you remember to run a production build locally to verify they still work? |
No description provided.