Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (26 loc) · 538 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 538 Bytes

react-native-bias-cell

快速接入

  1. 下载
$ yarn add react-native-bias-cell
  1. 引入
...
import BiasCell from 'react-native-bias-cell'
...
<BiasCell
  height={45}
  width={window.width / 3}
  leftText="日期"
  rightText="星期"
  biasColor="#d3d3d3"
  fontColor="#4a4a4a"
/>
...
  1. 预览

参考