react-native-camera-kit icon indicating copy to clipboard operation
react-native-camera-kit copied to clipboard

Bug for a spesific Device

Open arwysyah opened this issue 3 years ago • 1 comments

Issue Description

<CameraScreen captureButtonImage={require('../assets/cameras.png')} cameraFlipImage={require('../assets/flipCamera.png')} flashImages={{ on: require('../assets/flashOn.png'), styleOn: {width: 20, height: 20}, off: require('../assets/flashOff.png'), auto: require('../assets/flashAuto.png'), }} onBottomButtonPressed={(event) => onBottomButtonPressed(event)} hideControls={false} showCapturedImageCount={false} styleButton={{ width: 50, height: 50, justifyContent: 'center', alignItems: 'center', }} /> can not invoke function onBottomButtonPressed for spesific Device Samsung S7 but can for Xiomi Pocophone F1

Steps to Reproduce / Code Snippets / Screenshots

[FILL THIS OUT - It will be extremely helpful]


Environment

  • React Native Navigation version: [React Native 5]
  • React Native version: React Native Version 0.63.4
  • Platform(s) (iOS, Android, or both?): Android
  • Device info (Simulator/Device? OS version? Debug/Release?): Device Simulator android 7

arwysyah avatar Mar 18 '21 02:03 arwysyah

Did you find a solution to this?

LukeV111 avatar May 14 '21 03:05 LukeV111