react-native-progress-bar:React Native的动画进度条

时间:2024-05-20 06:05:42
【文件属性】:

文件名称:react-native-progress-bar:React Native的动画进度条

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-20 06:05:42

JavaScript

React本机进度栏 React Native的动画进度条。 入门 npm install react-native-progress-bar@latest --save 用法示例 var React = require ( 'react-native' ) ; var { AppRegistry , StyleSheet , Text , View , } = React ; var ProgressBar = require ( 'react-native-progress-bar' ) ; var rnsandbox = React . createClass ( { getInitialState ( ) { return { progress : 0 } ; } , render ( ) { setTimeout (


【文件预览】:
react-native-progress-bar-master
----package.json(472B)
----LICENSE(1KB)
----index.js(43B)
----ProgressBar.js(1KB)
----README.md(3KB)

网友评论