Unable to resolve module `@babel/runtime/helpers/interopRequireDefault`
You should add and install babel for your projects
npm add @babel/runtime
npm install
If The error is not fixed, Try:
npm start --reset-cache
You should first quit the metro terminal before executing
npm add @babel/runtime
npm install
Have a go and try:
npm add @babel/runtime
Or upgrade babel runtime:
"@babel/runtime": "7.0.0-beta.55"