diff --git a/docs/CommunicationIOS.md b/docs/CommunicationIOS.md index c34eece8d..2850a138c 100644 --- a/docs/CommunicationIOS.md +++ b/docs/CommunicationIOS.md @@ -8,7 +8,7 @@ next: native-modules-android previous: running-on-simulator-ios --- -In [Integrating with Existing Apps guide](docs/embedded-app-ios.html) and [Native UI Components guide](docs/native-components-ios.html) we learn how to embed React Native in a native component and vice versa. When we mix native and React Native components, we'll eventually find a need to communicate between these two worlds. Some ways to achieve that have been already mentioned in other guides. This article summarizes available techniques. +In [Integrating with Existing Apps guide](docs/integration-with-existing-apps.html) and [Native UI Components guide](docs/native-components-ios.html) we learn how to embed React Native in a native component and vice versa. When we mix native and React Native components, we'll eventually find a need to communicate between these two worlds. Some ways to achieve that have been already mentioned in other guides. This article summarizes available techniques. ## Introduction