Fix 🙏 cut off capture icon

For some reason, on some Android devices, the capture icon was cut off.
Setting background color to the button seems to fix this (probably an RN issue)
This commit is contained in:
Guy Carmeli 2017-08-21 11:58:17 +03:00
parent c152300c65
commit c2e28fa122

View File

@ -243,7 +243,7 @@ export default class CameraScreenBase extends Component {
renderBottomButtons() {
return (
<View style={styles.bottomButtons}>
<View style={[styles.bottomButtons, {backgroundColor: '#ffffff00'}]}>
{this.renderBottomButton('left')}
{this.renderCaptureButton()}
{this.renderBottomButton('right')}