Skip to content

Commit 5eebf67

Browse files
brainbicycleSimek
andauthored
make project name and codegen config consistent (#4924)
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
1 parent bd789ff commit 5eebf67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/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)