在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):react-native-progress-view/progress-view开源软件地址(OpenSource Url):https://github.com/react-native-progress-view/progress-view开源编程语言(OpenSource Language):JavaScript 30.8%开源软件介绍(OpenSource Introduction):@react-native-community/progress-viewProgressBar Component for macOS, iOS (based on UIProgressView), Android, and Windows.
Getting startednpm install @react-native-community/progress-view --save or yarn add @react-native-community/progress-view Linking
The package is automatically linked when building the app. All you need to do is: npx pod-install
Run the following commands react-native link @react-native-community/progress-view Windows
Add the |
Type | Required |
---|---|
number | No |
progressImage
A stretchable image to display as the progress bar.
Type | Required |
---|---|
Image.propTypes.source | No |
progressTintColor
The tint color of the progress bar itself.
Type | Required |
---|---|
string | No |
progressViewStyle
The progress bar style. Network images only work on Windows.
Type | Required |
---|---|
enum('default', 'bar') | No |
trackImage
A stretchable image to display behind the progress bar. Network images only work on Windows.
Type | Required |
---|---|
Image.propTypes.source | No |
trackTintColor
The tint color of the progress bar track.
Type | Required |
---|---|
string | No |
isIndeterminate
Turns progress bar into an indeterminate progress bar
Type | Required | Platform |
---|---|---|
bool | No | Windows |
The library is released under the MIT license. For more information see LICENSE
.
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论