This commit is contained in:
2026-01-28 12:56:17 +08:00
parent 8f2c12e41f
commit 5b15529eee
11 changed files with 2519 additions and 7 deletions

View File

@@ -38,6 +38,8 @@ import {
import BarcodeScanning from '@react-native-ml-kit/barcode-scanning';
import RNFS from 'react-native-fs';
import rnauto from 'rnauto';
interface AppProps {
}
@@ -84,14 +86,14 @@ const styles = StyleSheet.create({
bindButton: {
padding: 10,
borderRadius: 5,
width: 280,
height: 50,
width: 250,
height: 40,
justifyContent: "center",
alignItems: "center",
margin: 10,
},
bindButtonText: {
fontSize: 18,
fontSize: 15,
fontWeight: "bold",
},
});