-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Platform: AndroidAndroid applications.Android applications.Platform: iOSiOS applications.iOS applications.Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
Description
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.
Metadata
Metadata
Assignees
Labels
Platform: AndroidAndroid applications.Android applications.Platform: iOSiOS applications.iOS applications.Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.