UNPKG

rn-project

Version:

#### 项目介绍 类似一个脚手架的工具 此项目致力于构建一套基础,简单,可维护的 适配我司的react-native项目。可在此基础上搭建项目,封装了基础架构,基础组件,以及各种交互等;可快速进行项目搭建,开发。 # 涉及主要技术 - 1. 项目主要架构 * react native * react-navigation * redux

27 lines (26 loc) 798 B
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:paddingTop="8dp" android:paddingBottom="8dp" android:paddingLeft="16dp" android:paddingRight="16dp" > <TextView android:id="@+id/rn_frame_method" android:layout_width="match_parent" android:layout_height="wrap_content" android:textColor="@android:color/white" android:textSize="14sp" android:fontFamily="monospace" /> <TextView android:id="@+id/rn_frame_file" android:layout_width="match_parent" android:layout_height="wrap_content" android:textColor="#E6B8B8" android:textSize="12sp" android:fontFamily="monospace" /> </LinearLayout>