react-native-bottom-sheet-behavior icon indicating copy to clipboard operation
react-native-bottom-sheet-behavior copied to clipboard

Crashes when dragging if keyboard is open

Open neerajemorphis opened this issue 5 years ago • 0 comments

It crashes with the error

Error calling RCTEventEmitter.receiveEvent
folly::toJson: JSON object value was a NaN or INF

when trying to collapse the bottom-sheet by dragging it downwards.

30065262-8f8548dc-9254-11e7-9165-7540117e8aa3

As per my observation, this issue occurs only when keyboard is already open and we try to collapse BottomSheet

neerajemorphis avatar Mar 11 '19 06:03 neerajemorphis