From fd6ec34cdcfb82febcfaea39c0f5cf3e19c12ff6 Mon Sep 17 00:00:00 2001 From: mkonicek-tester Date: Thu, 26 Nov 2015 18:01:53 +0000 Subject: [PATCH] Update KnownIssues.md --- docs/KnownIssues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/KnownIssues.md b/docs/KnownIssues.md index b350cae6a..f133bb952 100644 --- a/docs/KnownIssues.md +++ b/docs/KnownIssues.md @@ -59,7 +59,7 @@ There are known cases where the APIs could be made more consistent across iOS an ### Using 3rd-party native modules -There are many awesome 3rd party modules: https://react.parts/native +There are many awesome 3rd-party modules: https://react.parts/native Adding these to your apps should be made simpler. Here's [an example](https://github.com/apptailor/react-native-google-signin) how this is done currently.