question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New ProgressBar component that renders a horizontal progress bar on iOS and Android

See original GitHub issue

In 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:closed
  • Created 7 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
zenkhascommented, Dec 5, 2017

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.

0reactions
stale[bot]commented, Sep 22, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found