We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db20669 commit a4ed978Copy full SHA for a4ed978
example/App.js
@@ -47,9 +47,6 @@ export default function App() {
47
onPictureTaken={setData}
48
overlayColor="rgba(255,130,0, 0.7)"
49
enableTorch={false}
50
- brightness={0.3}
51
- saturation={1}
52
- contrast={1.1}
53
quality={0.5}
54
detectionCountBeforeCapture={5}
55
detectionRefreshRateInMS={50}
@@ -64,8 +61,7 @@ export default function App() {
64
61
const styles = StyleSheet.create({
65
62
scanner: {
66
63
flex: 1,
67
- // width: "100%",
68
-
+ aspectRatio: undefined
69
},
70
button: {
71
alignSelf: "center",
0 commit comments