3

I don't know how to capture image using react-native-camera-kit and neither how to record video using it. Please help!

I've tried this const image = await this.camera.capture(true); but it gives me an error - java.lang.Boolean cannot be cast to com.facebook.react.bridge.ReadableNativeMap

Shubham Bisht
  • 577
  • 2
  • 26
  • 51

1 Answers1

0

const image= await cameraRef.current.camera.capture(); //Use this

naveed ahmed
  • 161
  • 1
  • 6