UNPKG

react-native-egg

Version:

react-native-egg make your react native app infinitely more fun !!

22 lines 823 B
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:background="#E80000" > <ListView android:id="@+id/rn_redbox_stack" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" /> <Button android:id="@+id/rn_redbox_reloadjs" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="8dp" android:text="@string/catalyst_reloadjs" /> </LinearLayout> <!-- From: file:/Users/FuD/Projects/react-native-egg/example/android/app/build/intermediates/exploded-aar/com.facebook.react/react-native/0.26.1/res/layout/redbox_view.xml -->