You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updates all TurboReactPackage to BaseReactPackage (facebook#4374)
* updates all TurboReactPackage to BaseReactPackage
* Removes package-lock.json
This reverts commit 08fe650.
---------
Co-authored-by: Ron Radtke <[email protected]>
Copy file name to clipboardExpand all lines: docs/turbo-native-modules-android.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,15 +107,15 @@ class NativeLocalStorageModule(reactContext: ReactApplicationContext) : NativeLo
107
107
</TabItem>
108
108
</Tabs>
109
109
110
-
Next we need to create `NativeLocalStoragePackage`. It provides an object to register our Module in the React Native runtime, by wrapping it as a Turbo Native Package:
110
+
Next we need to create `NativeLocalStoragePackage`. It provides an object to register our Module in the React Native runtime, by wrapping it as a Base Native Package:
@@ -200,7 +200,7 @@ Finally, we need to tell the React Native in our main application how to find th
200
200
In this case, you add it to be returned by the [getPackages](https://github.com/facebook/react-native/blob/8d8b8c343e62115a5509e1aed62047053c2f6e39/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/ReactNativeHost.java#L233) method.
201
201
202
202
:::info
203
-
Later you’ll learn how to distribute your Turbo Native Modules as [npm packages](the-new-architecture/create-module-library.md#publish-the-library-on-npm), which our build tooling will autolink for you.
203
+
Later you’ll learn how to distribute your Native Modules as [npm packages](the-new-architecture/create-module-library.md#publish-the-library-on-npm), which our build tooling will autolink for you.
0 commit comments