fix(scanner): fixes to be more clear that you need to scan a command to start
closes #16
This commit is contained in:
@@ -15,8 +15,8 @@
|
|||||||
"foregroundImage": "./assets/adaptive-icon-white.png",
|
"foregroundImage": "./assets/adaptive-icon-white.png",
|
||||||
"backgroundColor": "#ffffff"
|
"backgroundColor": "#ffffff"
|
||||||
},
|
},
|
||||||
"versionCode": 32,
|
"versionCode": 33,
|
||||||
"minSupportedVersionCode": 26,
|
"minSupportedVersionCode": 33,
|
||||||
"predictiveBackGestureEnabled": false,
|
"predictiveBackGestureEnabled": false,
|
||||||
"package": "net.alpla.lst.mobile"
|
"package": "net.alpla.lst.mobile"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -195,7 +195,11 @@ export default function LSTScanner() {
|
|||||||
{!lastScan ? (
|
{!lastScan ? (
|
||||||
<View style={{ marginTop: 10, alignItems: "center" }}>
|
<View style={{ marginTop: 10, alignItems: "center" }}>
|
||||||
<Text className="text-xl font-bold">Ready to scan</Text>
|
<Text className="text-xl font-bold">Ready to scan</Text>
|
||||||
<Text>Waiting for first scan...</Text>
|
<Text>Please Scan a command to start scanning...</Text>
|
||||||
|
<Text className="text-sm">
|
||||||
|
Scanning a label could cause errors due to incorrect previous
|
||||||
|
command scanned
|
||||||
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
) : (
|
) : (
|
||||||
<View
|
<View
|
||||||
|
|||||||
Reference in New Issue
Block a user