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",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"versionCode": 32,
|
||||
"minSupportedVersionCode": 26,
|
||||
"versionCode": 33,
|
||||
"minSupportedVersionCode": 33,
|
||||
"predictiveBackGestureEnabled": false,
|
||||
"package": "net.alpla.lst.mobile"
|
||||
},
|
||||
|
||||
@@ -195,7 +195,11 @@ export default function LSTScanner() {
|
||||
{!lastScan ? (
|
||||
<View style={{ marginTop: 10, alignItems: "center" }}>
|
||||
<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
|
||||
|
||||
Reference in New Issue
Block a user