From ea4bb4980cd3604f2341ce4d20c2bc601fb6b94f Mon Sep 17 00:00:00 2001 From: Simek Date: Sun, 5 Apr 2026 11:46:34 +0200 Subject: [PATCH] backport iOS native module changes to versioned docs --- .../versioned_docs/version-0.79/turbo-native-modules-ios.md | 4 ++-- .../versioned_docs/version-0.80/turbo-native-modules-ios.md | 4 ++-- .../versioned_docs/version-0.81/turbo-native-modules-ios.md | 4 ++-- .../versioned_docs/version-0.82/turbo-native-modules-ios.md | 4 ++-- .../versioned_docs/version-0.83/turbo-native-modules-ios.md | 4 ++-- .../versioned_docs/version-0.84/turbo-native-modules-ios.md | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/website/versioned_docs/version-0.79/turbo-native-modules-ios.md b/website/versioned_docs/version-0.79/turbo-native-modules-ios.md index b6f96aad576..c0c61590558 100644 --- a/website/versioned_docs/version-0.79/turbo-native-modules-ios.md +++ b/website/versioned_docs/version-0.79/turbo-native-modules-ios.md @@ -136,7 +136,7 @@ Modify the `package.json` as it follows: "type": "modules", "jsSrcsDir": "specs", "android": { - "javaPackageName": "com.sampleapp.specs" + "javaPackageName": "com.nativelocalstorage" }, // highlight-add-start "ios": { @@ -155,7 +155,7 @@ At this point, you need to re-install the pods to make sure that codegen runs ag ```bash # from the ios folder bundle exec pod install -open SampleApp.xcworkspace +open TurboModuleExample.xcworkspace ``` If you now build your application from Xcode, you should be able to build successfully. diff --git a/website/versioned_docs/version-0.80/turbo-native-modules-ios.md b/website/versioned_docs/version-0.80/turbo-native-modules-ios.md index b6f96aad576..c0c61590558 100644 --- a/website/versioned_docs/version-0.80/turbo-native-modules-ios.md +++ b/website/versioned_docs/version-0.80/turbo-native-modules-ios.md @@ -136,7 +136,7 @@ Modify the `package.json` as it follows: "type": "modules", "jsSrcsDir": "specs", "android": { - "javaPackageName": "com.sampleapp.specs" + "javaPackageName": "com.nativelocalstorage" }, // highlight-add-start "ios": { @@ -155,7 +155,7 @@ At this point, you need to re-install the pods to make sure that codegen runs ag ```bash # from the ios folder bundle exec pod install -open SampleApp.xcworkspace +open TurboModuleExample.xcworkspace ``` If you now build your application from Xcode, you should be able to build successfully. diff --git a/website/versioned_docs/version-0.81/turbo-native-modules-ios.md b/website/versioned_docs/version-0.81/turbo-native-modules-ios.md index b6f96aad576..c0c61590558 100644 --- a/website/versioned_docs/version-0.81/turbo-native-modules-ios.md +++ b/website/versioned_docs/version-0.81/turbo-native-modules-ios.md @@ -136,7 +136,7 @@ Modify the `package.json` as it follows: "type": "modules", "jsSrcsDir": "specs", "android": { - "javaPackageName": "com.sampleapp.specs" + "javaPackageName": "com.nativelocalstorage" }, // highlight-add-start "ios": { @@ -155,7 +155,7 @@ At this point, you need to re-install the pods to make sure that codegen runs ag ```bash # from the ios folder bundle exec pod install -open SampleApp.xcworkspace +open TurboModuleExample.xcworkspace ``` If you now build your application from Xcode, you should be able to build successfully. diff --git a/website/versioned_docs/version-0.82/turbo-native-modules-ios.md b/website/versioned_docs/version-0.82/turbo-native-modules-ios.md index b6f96aad576..c0c61590558 100644 --- a/website/versioned_docs/version-0.82/turbo-native-modules-ios.md +++ b/website/versioned_docs/version-0.82/turbo-native-modules-ios.md @@ -136,7 +136,7 @@ Modify the `package.json` as it follows: "type": "modules", "jsSrcsDir": "specs", "android": { - "javaPackageName": "com.sampleapp.specs" + "javaPackageName": "com.nativelocalstorage" }, // highlight-add-start "ios": { @@ -155,7 +155,7 @@ At this point, you need to re-install the pods to make sure that codegen runs ag ```bash # from the ios folder bundle exec pod install -open SampleApp.xcworkspace +open TurboModuleExample.xcworkspace ``` If you now build your application from Xcode, you should be able to build successfully. diff --git a/website/versioned_docs/version-0.83/turbo-native-modules-ios.md b/website/versioned_docs/version-0.83/turbo-native-modules-ios.md index b6f96aad576..c0c61590558 100644 --- a/website/versioned_docs/version-0.83/turbo-native-modules-ios.md +++ b/website/versioned_docs/version-0.83/turbo-native-modules-ios.md @@ -136,7 +136,7 @@ Modify the `package.json` as it follows: "type": "modules", "jsSrcsDir": "specs", "android": { - "javaPackageName": "com.sampleapp.specs" + "javaPackageName": "com.nativelocalstorage" }, // highlight-add-start "ios": { @@ -155,7 +155,7 @@ At this point, you need to re-install the pods to make sure that codegen runs ag ```bash # from the ios folder bundle exec pod install -open SampleApp.xcworkspace +open TurboModuleExample.xcworkspace ``` If you now build your application from Xcode, you should be able to build successfully. diff --git a/website/versioned_docs/version-0.84/turbo-native-modules-ios.md b/website/versioned_docs/version-0.84/turbo-native-modules-ios.md index b6f96aad576..c0c61590558 100644 --- a/website/versioned_docs/version-0.84/turbo-native-modules-ios.md +++ b/website/versioned_docs/version-0.84/turbo-native-modules-ios.md @@ -136,7 +136,7 @@ Modify the `package.json` as it follows: "type": "modules", "jsSrcsDir": "specs", "android": { - "javaPackageName": "com.sampleapp.specs" + "javaPackageName": "com.nativelocalstorage" }, // highlight-add-start "ios": { @@ -155,7 +155,7 @@ At this point, you need to re-install the pods to make sure that codegen runs ag ```bash # from the ios folder bundle exec pod install -open SampleApp.xcworkspace +open TurboModuleExample.xcworkspace ``` If you now build your application from Xcode, you should be able to build successfully.