I am working on a React Native App and using Flipper for debugging. Flipper will not consistently stay connected to my application. I thought it had something to do with a miss-patch of Flipper versions in the Podfile. Fixing the version miss-match worked for a short time.
I have a single error now:
Failed while retrieving marketplace plugins SyntaxError: Unexpected token < in JSON at position 0
I understand the error. But, I can't track it down, since there is no stack-trace!