From 4a3900bf5dc9a47fe041be34d3623d4de51f5d64 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Wed, 3 Feb 2016 07:26:50 -0800 Subject: [PATCH] LinkingIOS and IntentAndroid now unified Summary: Closes https://github.com/facebook/react-native/pull/5733 Reviewed By: svcscm Differential Revision: D2895570 Pulled By: androidtrunkagent fb-gh-sync-id: b4e5d4de96b4453c620e82858627f08023e0a265 --- docs/KnownIssues.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/KnownIssues.md b/docs/KnownIssues.md index 3a4870f4a..a3deb7319 100644 --- a/docs/KnownIssues.md +++ b/docs/KnownIssues.md @@ -45,7 +45,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 ``. -- 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`).