fix
This commit is contained in:
8
App.tsx
8
App.tsx
@@ -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",
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user