react-native-tamara-sdk
Version:
Tamara React Native SDK
24 lines (23 loc) • 979 B
text/xml
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/tamara_widget_nav_graph"
app:startDestination="@id/tamaraWidgetFragment">
<fragment
android:id="@+id/tamaraWidgetFragment"
android:name="com.tamarasdk.ui.TamaraWidgetFragment"
android:label="tamara_widget_fragment"
tools:layout="@layout/tamara_fragment_widget" >
<action
android:id="@+id/action_tamaraWidgetFragment_to_tamaraWidgetFragment"
app:destination="@id/tamaraWidgetFragment" />
<argument
android:name="type"
app:argType="string"
android:defaultValue="" />
<argument
android:name="properties"
app:argType="com.tamarasdk.model.request.WidgetProperties" />
</fragment>
</navigation>