diff --git a/src/components/Cam.js b/src/components/Cam.js index 56c4a7e..828e829 100644 --- a/src/components/Cam.js +++ b/src/components/Cam.js @@ -156,8 +156,8 @@ const styles = StyleSheet.create({ }, absolute: { position: 'absolute', - width: '100%', - height: '100%', + width: '50%', + height: '50%', left: 0, top: 0, },