react-native-scan-barcode
Version:
A barcode scanner component for react native android. The library uses https://github.com/zxing/zxing to decode the barcodes. For iOS you can use https://github.com/lwansbrough/react-native-camera.
11 lines (10 loc) • 350 B
text/xml
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/catalyst_redbox_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp"
android:gravity="center_vertical"
android:textColor="@android:color/white"
android:textSize="16sp"
android:textStyle="bold"
/>