From 2c522cd16c7b4b3149161d2a033b9ea4fbb1c65c Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Mon, 5 Oct 2015 18:53:00 +0100 Subject: [PATCH] Update KnownIssues.md --- docs/KnownIssues.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/KnownIssues.md b/docs/KnownIssues.md index ea59fa14c..cb4ca83ed 100644 --- a/docs/KnownIssues.md +++ b/docs/KnownIssues.md @@ -8,6 +8,7 @@ next: performance --- ### Missing Modules and Native Views + This is an initial release of React Native Android and therefore not all of the views present on iOS are released on Android. We are very much interested in the communities' feedback on the next set of modules and views for Open Source. Not all native views between iOS and Android have a 100% equivalent representation, here it will be necessary to use a counterpart eg using ProgressBar on Android in place of ActivityIndicator on iOS. Our provisional plan for common views and modules includes: @@ -43,7 +44,7 @@ There are properties that work on one platform only, either because they can inh ### Platform parity -There are known cases where the API between iOS and Android could be made more consistent: +There are known cases where the APIs could be made more consistent across iOS and Android: - `` and `` are very similar and should be unified to a single `` component. - `` (to be open sourced soon) and `` on iOS do a similar thing. We might want to unify them to ``.