From cec45957ac597eda04dbe8b5b1bc0dbf8e5ddff2 Mon Sep 17 00:00:00 2001 From: Qiao Liang Date: Mon, 21 Dec 2015 01:56:07 +0800 Subject: [PATCH] remove outdated info --- docs/KnownIssues.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/KnownIssues.md b/docs/KnownIssues.md index 07b995c1c..127cba370 100644 --- a/docs/KnownIssues.md +++ b/docs/KnownIssues.md @@ -46,7 +46,6 @@ There are properties that work on one platform only, either because they can inh There are known cases where the APIs could be made more consistent across iOS and Android: - `` and `` on iOS do a similar thing. We might want to unify them to ``. -- `alert()` needs Android support (once the Dialogs module is open sourced) - It might be possible to bring `LinkingIOS` and `IntentAndroid` closer together. - `ActivityIndicator` could render a native spinning indicator on both platforms (currently this is done using `ActivityIndicatorIOS` on iOS and `ProgressBarAndroid` on Android). - `ProgressBar` could render a horizontal progress bar on both platforms (on iOS this is `ProgressViewIOS`, on Android it's `ProgressBarAndroid`).