After a reload my app has stopped loading.
I have tried on both emulators and 2 real devives, android and ios.
The error is:
Error: Unabl
I just had the same issue and I tried all the answer above, for some strange reasons none worked for me. But here is what worked for me.
- Delete the package-lock.json
and/or yarn-lock.json
- run npm i
it worked like magic. it worked for me, it might not work for you but at least give it try. #cheers