Skip to content

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

@hramos

Description

@hramos

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

No one assigned

    Labels

    Platform: AndroidAndroid applications.Platform: iOSiOS applications.Ran CommandsOne of our bots successfully processed a command.StaleThere has been a lack of activity on this issue and it may be closed soon.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions