Common problems
Can't launch the project due to missing dependencies
It can appen if you make modifications or try to update packages.
try to delete the Build folder, clear cache and instlal npm again
npm cache clean && watchman watch-del-all && rm -rf node_modules && npm install && npm start -- --reset-cache