Hi @Jordi_Garcia,
Thanks for your patience throughout this investigation. A few notes for your reference:
-
EventEmitter error: Caused by an incompatible
expoversion. Fix: pin"expo": "~[PIN]"in yourpackage.json, run a clean install, and verify withnpm ls expo. -
Assets folder deletion: Your custom
cleanscript inpackage.jsonwas removing the assets directory. Removeassetsfrom that script to prevent this going forward.
The updated scope migrator script (with proactive validations to catch similar issues) is now available here: Developer's Guide: Simplifying npm scope migration with Amazon provided tooling
Hope this helps!