Merge branches 'perfomanceIssuesIOS' and 'perfomanceIssuesIOS' of github.com:wix/react-native-camera-kit into perfomanceIssuesIOS

This commit is contained in:
Dmytro Ponomarenko 2018-04-05 17:40:23 +03:00
commit 8c30420cda
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ const frameleft = parseInt(width / 7);
const frameTop = parseInt(height / 2.75); const frameTop = parseInt(height / 2.75);
const frameWidth = width - 2 * frameleft; const frameWidth = width - 2 * frameleft;
const frameHeight = height - 2 * frameTop; const frameHeight = height - 2 * frameTop;
console.log('NIGA', `w=${width} h=${height} l=${frameleft} t=${frameTop}`);
export default class CameraScreen extends Component { export default class CameraScreen extends Component {