@vouched.id/vouched-react-native
Version:
Vouched React Native SDK
13 lines (10 loc) • 495 B
text/xml
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.camera.view.PreviewView
android:id="@+id/preview_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center" />
</androidx.constraintlayout.widget.ConstraintLayout>