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

sishuguojixuefu/react-native-bias-cell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 预览

参考

Releases

No releases published

Packages

No packages published