Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/fabric-native-components-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You should be careful about committing generated code to your repository. Genera

We need to prepare your iOS project using Xcode by completing these **5 steps**:

1. Open the CocoPods generated Xcode Workspace:
1. Open the CocoaPods generated Xcode Workspace:

```bash
cd ios
Expand Down
2 changes: 1 addition & 1 deletion docs/the-new-architecture/pure-cxx-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ bundle exec pod install

This step adds the `shared` folder to the project to make it visible to Xcode.

1. Open the CocoPods generated Xcode Workspace.
1. Open the CocoaPods generated Xcode Workspace.

```bash
cd ios
Expand Down
6 changes: 3 additions & 3 deletions docs/turbo-native-modules-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Now it's time to write some iOS platform code to make sure `localStorage` surviv

We need to prepare your iOS project using Xcode. After completing these **6 steps** you'll have `RCTNativeLocalStorage` that implements the generated `NativeLocalStorageSpec` interface.

1. Open the CocoPods generated Xcode Workspace:
1. Open the CocoaPods generated Xcode Workspace:

```bash
cd ios
Expand Down Expand Up @@ -137,13 +137,13 @@ Modify the `package.json` as it follows:
"jsSrcsDir": "specs",
"android": {
"javaPackageName": "com.sampleapp.specs"
}
},
// highlight-add-start
"ios": {
"modulesProvider": {
"NativeLocalStorage": "RCTNativeLocalStorage"
}
},
}
// highlight-add-end
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You should be careful about committing generated code to your repository. Genera

We need to prepare your iOS project using Xcode by completing these **5 steps**:

1. Open the CocoPods generated Xcode Workspace:
1. Open the CocoaPods generated Xcode Workspace:

```bash
cd ios
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ bundle exec pod install

This step adds the `shared` folder to the project to make it visible to Xcode.

1. Open the CocoPods generated Xcode Workspace.
1. Open the CocoaPods generated Xcode Workspace.

```bash
cd ios
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Now it's time to write some iOS platform code to make sure `localStorage` surviv

We need to prepare your iOS project using Xcode. After completing these **6 steps** you'll have `RCTNativeLocalStorage` that implements the generated `NativeLocalStorageSpec` interface.

1. Open the CocoPods generated Xcode Workspace:
1. Open the CocoaPods generated Xcode Workspace:

```bash
cd ios
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You should be careful about committing generated code to your repository. Genera

We need to prepare your iOS project using Xcode by completing these **5 steps**:

1. Open the CocoPods generated Xcode Workspace:
1. Open the CocoaPods generated Xcode Workspace:

```bash
cd ios
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ bundle exec pod install

This step adds the `shared` folder to the project to make it visible to Xcode.

1. Open the CocoPods generated Xcode Workspace.
1. Open the CocoaPods generated Xcode Workspace.

```bash
cd ios
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Now it's time to write some iOS platform code to make sure `localStorage` surviv

We need to prepare your iOS project using Xcode. After completing these **6 steps** you'll have `RCTNativeLocalStorage` that implements the generated `NativeLocalStorageSpec` interface.

1. Open the CocoPods generated Xcode Workspace:
1. Open the CocoaPods generated Xcode Workspace:

```bash
cd ios
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You should be careful about committing generated code to your repository. Genera

We need to prepare your iOS project using Xcode by completing these **5 steps**:

1. Open the CocoPods generated Xcode Workspace:
1. Open the CocoaPods generated Xcode Workspace:

```bash
cd ios
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ bundle exec pod install

This step adds the `shared` folder to the project to make it visible to Xcode.

1. Open the CocoPods generated Xcode Workspace.
1. Open the CocoaPods generated Xcode Workspace.

```bash
cd ios
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Now it's time to write some iOS platform code to make sure `localStorage` surviv

We need to prepare your iOS project using Xcode. After completing these **6 steps** you'll have `RCTNativeLocalStorage` that implements the generated `NativeLocalStorageSpec` interface.

1. Open the CocoPods generated Xcode Workspace:
1. Open the CocoaPods generated Xcode Workspace:

```bash
cd ios
Expand Down Expand Up @@ -137,12 +137,13 @@ Modify the `package.json` as it follows:
"jsSrcsDir": "specs",
"android": {
"javaPackageName": "com.sampleapp.specs"
}
},
// highlight-add-start
"ios":
"ios": {
"modulesProvider": {
"NativeLocalStorage": "RCTNativeLocalStorage"
}
}
// highlight-add-end
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You should be careful about committing generated code to your repository. Genera

We need to prepare your iOS project using Xcode by completing these **5 steps**:

1. Open the CocoPods generated Xcode Workspace:
1. Open the CocoaPods generated Xcode Workspace:

```bash
cd ios
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ bundle exec pod install

This step adds the `shared` folder to the project to make it visible to Xcode.

1. Open the CocoPods generated Xcode Workspace.
1. Open the CocoaPods generated Xcode Workspace.

```bash
cd ios
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Now it's time to write some iOS platform code to make sure `localStorage` surviv

We need to prepare your iOS project using Xcode. After completing these **6 steps** you'll have `RCTNativeLocalStorage` that implements the generated `NativeLocalStorageSpec` interface.

1. Open the CocoPods generated Xcode Workspace:
1. Open the CocoaPods generated Xcode Workspace:

```bash
cd ios
Expand Down Expand Up @@ -137,12 +137,13 @@ Modify the `package.json` as it follows:
"jsSrcsDir": "specs",
"android": {
"javaPackageName": "com.sampleapp.specs"
}
},
// highlight-add-start
"ios":
"ios": {
"modulesProvider": {
"NativeLocalStorage": "RCTNativeLocalStorage"
}
}
// highlight-add-end
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You should be careful about committing generated code to your repository. Genera

We need to prepare your iOS project using Xcode by completing these **5 steps**:

1. Open the CocoPods generated Xcode Workspace:
1. Open the CocoaPods generated Xcode Workspace:

```bash
cd ios
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ bundle exec pod install

This step adds the `shared` folder to the project to make it visible to Xcode.

1. Open the CocoPods generated Xcode Workspace.
1. Open the CocoaPods generated Xcode Workspace.

```bash
cd ios
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Now it's time to write some iOS platform code to make sure `localStorage` surviv

We need to prepare your iOS project using Xcode. After completing these **6 steps** you'll have `RCTNativeLocalStorage` that implements the generated `NativeLocalStorageSpec` interface.

1. Open the CocoPods generated Xcode Workspace:
1. Open the CocoaPods generated Xcode Workspace:

```bash
cd ios
Expand Down Expand Up @@ -137,13 +137,13 @@ Modify the `package.json` as it follows:
"jsSrcsDir": "specs",
"android": {
"javaPackageName": "com.sampleapp.specs"
}
},
// highlight-add-start
"ios": {
"modulesProvider": {
"NativeLocalStorage": "RCTNativeLocalStorage"
}
},
}
// highlight-add-end
},

Expand Down