1.2.1 • Published 6 years ago

react-native-bias-cell v1.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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

npm.io

参考

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago