|
@@ -100,7 +100,9 @@ const QRScanner = ({ onResult, isActive }) => {
|
|
|
name={flashOn ? "flashlight-on" : "flashlight-off"}
|
|
name={flashOn ? "flashlight-on" : "flashlight-off"}
|
|
|
size={36}
|
|
size={36}
|
|
|
color="#fff"/>
|
|
color="#fff"/>
|
|
|
- <TextView style={{color: "#fff", fontSize: 12}}>{permissionStr}</TextView>
|
|
|
|
|
|
|
+ { !isIOS &&
|
|
|
|
|
+ <TextView style={{color: "#fff", fontSize: 12}}>{permissionStr}</TextView>
|
|
|
|
|
+ }
|
|
|
</Pressable>
|
|
</Pressable>
|
|
|
}
|
|
}
|
|
|
</>
|
|
</>
|