From 763c5444ce244becacc51724ad5f6917fff35df4 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 6 Sep 2016 12:51:59 -0700 Subject: [PATCH] Add 'ProgressBar' to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f366035..8f10f86a 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Exported modules: * [`ActivityIndicator`](docs/components/ActivityIndicator.md) * [`Image`](docs/components/Image.md) * [`ListView`](docs/components/ListView.md) + * [`ProgressBar`](docs/components/ProgressBar.md) * [`ScrollView`](docs/components/ScrollView.md) * [`Switch`](docs/components/Switch.md) * [`Text`](docs/components/Text.md)