From 63dc05fb2426de7f41f9340af908fb5881957342 Mon Sep 17 00:00:00 2001 From: lauramedalia Date: Fri, 27 Nov 2020 23:32:10 -0500 Subject: [PATCH] adding a link to info on turbo modules --- docs/native-modules-android.md | 2 +- docs/native-modules-ios.md | 2 +- website/versioned_docs/version-0.63/native-modules-android.md | 2 +- website/versioned_docs/version-0.63/native-modules-ios.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/native-modules-android.md b/docs/native-modules-android.md index 87a94df96ee..6e0f996b511 100644 --- a/docs/native-modules-android.md +++ b/docs/native-modules-android.md @@ -9,7 +9,7 @@ Welcome to Native Modules for Android. Please start by reading the [Native Modul In the following guide you will create a native module, `CalendarModule`, that will allow you to access Android’s calendar APIs from JavaScript. By the end, you will be able to call `CalendarModule.createCalendarEvent('Dinner Party', 'My House');` from JavaScript, invoking a Java method that creates a calendar event. -> The React Native team is currently working on a re-architecture of the Native Module system. This new system is called TurboModules, and it will help facilitate more efficient type-safe communication between JavaScript and native, without relying on the React Native bridge. It will also enable new extensions that weren't possible with the legacy Native Module system. You can read more about it here. Throughout these docs we have added notes around parts of Native Modules that will change in the TurboModules release and how you can best prepare for a smooth upgrade to TurboModules. +> The React Native team is currently working on a re-architecture of the Native Module system. This new system is called TurboModules, and it will help facilitate more efficient type-safe communication between JavaScript and native, without relying on the React Native bridge. It will also enable new extensions that weren't possible with the legacy Native Module system. You can read more about it [here](https://github.com/react-native-community/discussions-and-proposals/issues/40). Throughout these docs we have added notes around parts of Native Modules that will change in the TurboModules release and how you can best prepare for a smooth upgrade to TurboModules. ### Setup diff --git a/docs/native-modules-ios.md b/docs/native-modules-ios.md index 231d81a72cc..82d6b0f18a8 100644 --- a/docs/native-modules-ios.md +++ b/docs/native-modules-ios.md @@ -9,7 +9,7 @@ Welcome to Native Modules for iOS. Please start by reading the [Native Modules I In the following guide you will create a native module, `CalendarModule`, that will allow you to access Apple's calendar APIs from Javascript. By the end you will be able to call `CalendarModule.createCalendarEvent('Dinner Party', 'My House');` from JavaScript, invoking a native method that creates a calendar event. -> The React Native team is currently working on a re-architecture of the Native Module system. This new system is called TurboModules, and it will help facilitate more efficient type-safe communication between JavaScript and native, without relying on the React Native bridge. It will also enable new extensions that weren't possible with the legacy Native Module system. You can read more about it here. Throughout these docs we have added notes around parts of Native Modules that will change in the TurboModules release and how you can best prepare for a smooth upgrade to TurboModules. +> The React Native team is currently working on a re-architecture of the Native Module system. This new system is called TurboModules, and it will help facilitate more efficient type-safe communication between JavaScript and native, without relying on the React Native bridge. It will also enable new extensions that weren't possible with the legacy Native Module system. You can read more about it [here](https://github.com/react-native-community/discussions-and-proposals/issues/40). Throughout these docs we have added notes around parts of Native Modules that will change in the TurboModules release and how you can best prepare for a smooth upgrade to TurboModules. ### Setup diff --git a/website/versioned_docs/version-0.63/native-modules-android.md b/website/versioned_docs/version-0.63/native-modules-android.md index 7642c5a6559..12f6540ab38 100644 --- a/website/versioned_docs/version-0.63/native-modules-android.md +++ b/website/versioned_docs/version-0.63/native-modules-android.md @@ -9,7 +9,7 @@ Welcome to Native Modules for Android. Please start by reading the [Native Modul In the following guide you will create a native module, `CalendarModule`, that will allow you to access Android’s calendar APIs from JavaScript. By the end, you will be able to call `CalendarModule.createCalendarEvent('Dinner Party', 'My House');` from JavaScript, invoking a Java method that creates a calendar event. -> The React Native team is currently working on a re-architecture of the Native Module system. This new system is called TurboModules, and it will help facilitate more efficient type-safe communication between JavaScript and native, without relying on the React Native bridge. It will also enable new extensions that weren't possible with the legacy Native Module system. You can read more about it here. Throughout these docs we have added notes around parts of Native Modules that will change in the TurboModules release and how you can best prepare for a smooth upgrade to TurboModules. +> The React Native team is currently working on a re-architecture of the Native Module system. This new system is called TurboModules, and it will help facilitate more efficient type-safe communication between JavaScript and native, without relying on the React Native bridge. It will also enable new extensions that weren't possible with the legacy Native Module system. You can read more about it [here](https://github.com/react-native-community/discussions-and-proposals/issues/40). Throughout these docs we have added notes around parts of Native Modules that will change in the TurboModules release and how you can best prepare for a smooth upgrade to TurboModules. ### Setup diff --git a/website/versioned_docs/version-0.63/native-modules-ios.md b/website/versioned_docs/version-0.63/native-modules-ios.md index b1589134cd9..02c0f9ea135 100644 --- a/website/versioned_docs/version-0.63/native-modules-ios.md +++ b/website/versioned_docs/version-0.63/native-modules-ios.md @@ -9,7 +9,7 @@ Welcome to Native Modules for iOS. Please start by reading the [Native Modules I In the following guide you will create a native module, `CalendarModule`, that will allow you to access Apple's calendar APIs from Javascript. By the end you will be able to call `CalendarModule.createCalendarEvent('Dinner Party', 'My House');` from JavaScript, invoking a native method that creates a calendar event. -> The React Native team is currently working on a re-architecture of the Native Module system. This new system is called TurboModules, and it will help facilitate more efficient type-safe communication between JavaScript and native, without relying on the React Native bridge. It will also enable new extensions that weren't possible with the legacy Native Module system. You can read more about it here. Throughout these docs we have added notes around parts of Native Modules that will change in the TurboModules release and how you can best prepare for a smooth upgrade to TurboModules. +> The React Native team is currently working on a re-architecture of the Native Module system. This new system is called TurboModules, and it will help facilitate more efficient type-safe communication between JavaScript and native, without relying on the React Native bridge. It will also enable new extensions that weren't possible with the legacy Native Module system. You can read more about it [here](https://github.com/react-native-community/discussions-and-proposals/issues/40). Throughout these docs we have added notes around parts of Native Modules that will change in the TurboModules release and how you can best prepare for a smooth upgrade to TurboModules. ### Setup