Merge branches 'perfomanceIssuesIOS' and 'perfomanceIssuesIOS' of github.com:wix/react-native-camera-kit into perfomanceIssuesIOS
This commit is contained in:
commit
8c30420cda
|
@ -11,7 +11,6 @@ const frameleft = parseInt(width / 7);
|
|||
const frameTop = parseInt(height / 2.75);
|
||||
const frameWidth = width - 2 * frameleft;
|
||||
const frameHeight = height - 2 * frameTop;
|
||||
console.log('NIGA', `w=${width} h=${height} l=${frameleft} t=${frameTop}`);
|
||||
|
||||
export default class CameraScreen extends Component {
|
||||
|
||||
|
|
Loading…
Reference in New Issue