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`).