New ProgressBar component that renders a horizontal progress bar on iOS and Android
See original GitHub issueIn order to render a horizontal progress bar, a user must choose between ProgressViewIOS
and ProgressBarAndroid
depending on the platform the app is running on. Both of these components are similar enough in functionality that it makes sense to build a new cross-platform component, ProgressBar
.
ProgressBar
renders a horizontal progress bar on both platforms using the existing React Native component for the targeted platform. On iOS, this would use ProgressViewIOS
, and on Android it would use ProgressBarAndroid
.
We are cleaning up the Known Issues doc as part of this week’s React Native Documentation Lockdown.
A handful of issues are flagged in that document which belong in the issue tracker, not in the docs.
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
React Native Horizontal ProgressBar Android iOS Example ...
Horizontal ProgressBar is mostly used to show downloading progress and uploading progress in react native applications. In react native Both ...
Read more >Build a React Native progress bar - LogRocket Blog
Learn how to build a progress bar in React Native to provide users with a visual representation of processes running and progressing.
Read more >React Native ProgressBarAndroid - Javatpoint
It sets the style of progress bar. There are various style of progress bar in React Native such as Horizontal, Normal (default), Small,...
Read more >Horizontal Linear Progress Bar like Android in iOS
I had coded this extension for indetermined progress in ios. Maybe this can help extension UIProgressView{ private struct Holder { static ...
Read more >Adding a Progress Bar to React Native Android App?
The default component for adding a progress bar in android is <ProgressBarAndroid /> which is a self-closing tag and some attributes which make ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This issue should be Open again, it makes more sense to provide a Horizontal ProgressBar component out of the box that works with both platforms.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.