Skip to content

Commit ea4bb49

Browse files
committed
backport iOS native module changes to versioned docs
1 parent 5eebf67 commit ea4bb49

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

website/versioned_docs/version-0.79/turbo-native-modules-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Modify the `package.json` as it follows:
136136
"type": "modules",
137137
"jsSrcsDir": "specs",
138138
"android": {
139-
"javaPackageName": "com.sampleapp.specs"
139+
"javaPackageName": "com.nativelocalstorage"
140140
},
141141
// highlight-add-start
142142
"ios": {
@@ -155,7 +155,7 @@ At this point, you need to re-install the pods to make sure that codegen runs ag
155155
```bash
156156
# from the ios folder
157157
bundle exec pod install
158-
open SampleApp.xcworkspace
158+
open TurboModuleExample.xcworkspace
159159
```
160160

161161
If you now build your application from Xcode, you should be able to build successfully.

website/versioned_docs/version-0.80/turbo-native-modules-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Modify the `package.json` as it follows:
136136
"type": "modules",
137137
"jsSrcsDir": "specs",
138138
"android": {
139-
"javaPackageName": "com.sampleapp.specs"
139+
"javaPackageName": "com.nativelocalstorage"
140140
},
141141
// highlight-add-start
142142
"ios": {
@@ -155,7 +155,7 @@ At this point, you need to re-install the pods to make sure that codegen runs ag
155155
```bash
156156
# from the ios folder
157157
bundle exec pod install
158-
open SampleApp.xcworkspace
158+
open TurboModuleExample.xcworkspace
159159
```
160160

161161
If you now build your application from Xcode, you should be able to build successfully.

website/versioned_docs/version-0.81/turbo-native-modules-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Modify the `package.json` as it follows:
136136
"type": "modules",
137137
"jsSrcsDir": "specs",
138138
"android": {
139-
"javaPackageName": "com.sampleapp.specs"
139+
"javaPackageName": "com.nativelocalstorage"
140140
},
141141
// highlight-add-start
142142
"ios": {
@@ -155,7 +155,7 @@ At this point, you need to re-install the pods to make sure that codegen runs ag
155155
```bash
156156
# from the ios folder
157157
bundle exec pod install
158-
open SampleApp.xcworkspace
158+
open TurboModuleExample.xcworkspace
159159
```
160160

161161
If you now build your application from Xcode, you should be able to build successfully.

website/versioned_docs/version-0.82/turbo-native-modules-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Modify the `package.json` as it follows:
136136
"type": "modules",
137137
"jsSrcsDir": "specs",
138138
"android": {
139-
"javaPackageName": "com.sampleapp.specs"
139+
"javaPackageName": "com.nativelocalstorage"
140140
},
141141
// highlight-add-start
142142
"ios": {
@@ -155,7 +155,7 @@ At this point, you need to re-install the pods to make sure that codegen runs ag
155155
```bash
156156
# from the ios folder
157157
bundle exec pod install
158-
open SampleApp.xcworkspace
158+
open TurboModuleExample.xcworkspace
159159
```
160160

161161
If you now build your application from Xcode, you should be able to build successfully.

website/versioned_docs/version-0.83/turbo-native-modules-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Modify the `package.json` as it follows:
136136
"type": "modules",
137137
"jsSrcsDir": "specs",
138138
"android": {
139-
"javaPackageName": "com.sampleapp.specs"
139+
"javaPackageName": "com.nativelocalstorage"
140140
},
141141
// highlight-add-start
142142
"ios": {
@@ -155,7 +155,7 @@ At this point, you need to re-install the pods to make sure that codegen runs ag
155155
```bash
156156
# from the ios folder
157157
bundle exec pod install
158-
open SampleApp.xcworkspace
158+
open TurboModuleExample.xcworkspace
159159
```
160160

161161
If you now build your application from Xcode, you should be able to build successfully.

website/versioned_docs/version-0.84/turbo-native-modules-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Modify the `package.json` as it follows:
136136
"type": "modules",
137137
"jsSrcsDir": "specs",
138138
"android": {
139-
"javaPackageName": "com.sampleapp.specs"
139+
"javaPackageName": "com.nativelocalstorage"
140140
},
141141
// highlight-add-start
142142
"ios": {
@@ -155,7 +155,7 @@ At this point, you need to re-install the pods to make sure that codegen runs ag
155155
```bash
156156
# from the ios folder
157157
bundle exec pod install
158-
open SampleApp.xcworkspace
158+
open TurboModuleExample.xcworkspace
159159
```
160160

161161
If you now build your application from Xcode, you should be able to build successfully.

0 commit comments

Comments
 (0)