<?xml version="1.0" encoding="utf-8"?>
<io.scanbot.sdk.reactnative.components.common.ScanbotComponentRootView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:descendantFocusability="afterDescendants"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <io.scanbot.sdk.reactnative.components.common.ScanbotComponentFrameLayout
        android:id="@+id/fragment_container_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />
</io.scanbot.sdk.reactnative.components.common.ScanbotComponentRootView>