Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 193 Bytes

Troubleshooting.md

File metadata and controls

12 lines (9 loc) · 193 Bytes

Common issues

iOS: Red screen error: Unable to resolve module in App.js...

Cause: module caching issue

Solution:

$ rm -Rf ~/.yarn-cache/
$ yarn
$ npm start -- --reset-cache