Skip to content

Commit a4ed978

Browse files
committed
chore: 🤖 remove unused props
1 parent db20669 commit a4ed978

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

example/App.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ export default function App() {
4747
onPictureTaken={setData}
4848
overlayColor="rgba(255,130,0, 0.7)"
4949
enableTorch={false}
50-
brightness={0.3}
51-
saturation={1}
52-
contrast={1.1}
5350
quality={0.5}
5451
detectionCountBeforeCapture={5}
5552
detectionRefreshRateInMS={50}
@@ -64,8 +61,7 @@ export default function App() {
6461
const styles = StyleSheet.create({
6562
scanner: {
6663
flex: 1,
67-
// width: "100%",
68-
64+
aspectRatio: undefined
6965
},
7066
button: {
7167
alignSelf: "center",

0 commit comments

Comments
 (0)