rn-klarna-osm
Version:
Klarna osm for react native
13 lines (11 loc) • 458 B
text/xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:id="@+id/klarna_onsite_messaging_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.klarna.mobile.sdk.api.osm.KlarnaOSMView
android:id="@+id/klarnaOsmView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>