I'm using the latest 1.0.7, I get an error an error "The data couldn't be read because it isn't in the correct format" in Remote debug mode using Expo without ejecting
This error only happens when I have "Debug Remote JS" enabled.

Related: https://github.com/kmagiera/react-native-gesture-handler/issues/46
RN 0.56 / RN 0.57
@qaiser110
Could you share some context when it occurs?
I'm using expo 27.1.1 (without ejecting) with react-native 0.55.2 (react 16.3.1)
Thanks @osdnk
I mean could you attach some code?
What's more, could you please try with Expo 30.0.0?
Thanks @osdnk for your reply
I plan to update to Expo 30 soon, but I'm not able to a the moment. I will update how it goes.
I had the same issue and 'resolved' it. In my case, we would only get the error if we had the remote debugger on and logging out a certain message (with emojis). To fix this, I changed that message to something else and I can now continue to use the debugger.
Same issue here, on iOS 10.3 and 9.2, with no use of console.log. I noticed that it would work if renderLeftActions or renderRightActions returns either null, or a View with _width_ of 0. If height is more than 0 it is ok, but with width 1 or more the error will occur.
Edit: This is with 1.6.1 of react-native-gesture-handler and react-native 0.61.5.
Please provide some reproduction example, stack traces don't mention Gesture Handler at all here.
Closing until more info is provided.