react-native-maps
Version:
React Native Mapview component for iOS + Android
12 lines (10 loc) • 417 B
text/xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/window"
android:layout_width="wrap_content"
android:textColor="#000000"
android:layout_height="wrap_content" />
</LinearLayout>