When building via EAS, I get warning about metro.config.js. I can ignore default suggestion (abort?) and successfully build.
Duplication steps:
- npx create-obytes-app MyApp
--> 8.0.0 app created
...
...
pnpm run build:staging:android
--> get warning:
"It looks like that you are using a custom metro.config.js that does not extend @expo/metro-config.
This can result in unexpected and hard to debug issues, like missing assets in the production bundle.
We recommend you to abort, fix the metro.config.js, and try again.
✔ Would you like to abort? … "