react native countdown circle:用于React Native的轻量级倒数圈指示器 源码
React本地倒数圈 特征 自定义颜色 自定义大小和边框半径 轻量级:除了react-native之外,没有其他依赖react-native 性能流畅:使用React Native的库 安装 yarn add react-native-countdown-circle 或者 npm install --save react-native-countdown-circle 用法 import CountdownCircle from 'react-native-countdown-circle' render ( ) { return ( < CountdownCircle seconds = { 10 } radius = { 30 } borderWidth = { 8 }
文件列表
react-native-countdown-circle-master.zip
(预估有个9文件)
react-native-countdown-circle-master
.eslintrc
470B
yarn.lock
139KB
src
index.js
6KB
.npmignore
411B
LICENSE
1KB
README.md
3KB
.gitignore
411B
README
暂无评论