react-native-camera-kit
react-native-camera-kit copied to clipboard
Bug for a spesific Device
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
Did you find a solution to this?