react-native-opencv3 icon indicating copy to clipboard operation
react-native-opencv3 copied to clipboard

Component "CvCameraView" re-registered direct event 'topFacesDetected' as a bubbling event

Open n3hifriends opened this issue 6 years ago • 1 comments

IMG_BC3D28F599CE-1

Could not get anything related to 'topFacesDetected' as RCTDirectEventBlock.

How to reproduce?

  1. install 'react-native-opencv3'
  2. import components
  3. boom

n3hifriends avatar Jan 09 '20 05:01 n3hifriends

In file CvCameraView.m ~RCT_EXPORT_VIEW_PROPERTY(onFacesDetected, RCTBubblingEventBlock)~ RCT_EXPORT_VIEW_PROPERTY(onFacesDetected, RCTDirectEventBlock) Fixed for me

robert-go avatar Jul 05 '21 07:07 robert-go