diff --git a/docs/the-new-architecture/pure-cxx-modules.md b/docs/the-new-architecture/pure-cxx-modules.md index 37cd9662481..6098e7ec1c1 100644 --- a/docs/the-new-architecture/pure-cxx-modules.md +++ b/docs/the-new-architecture/pure-cxx-modules.md @@ -388,12 +388,13 @@ Modify the `package.json` as it follows: "jsSrcsDir": "specs", "android": { "javaPackageName": "com.sampleapp.specs" - } // highlight-add-start - "ios": + }, + "ios": { "modulesProvider": { "NativeSampleModule": "NativeSampleModuleProvider" } + } // highlight-add-end }, diff --git a/website/versioned_docs/version-0.79/the-new-architecture/pure-cxx-modules.md b/website/versioned_docs/version-0.79/the-new-architecture/pure-cxx-modules.md index 37cd9662481..6098e7ec1c1 100644 --- a/website/versioned_docs/version-0.79/the-new-architecture/pure-cxx-modules.md +++ b/website/versioned_docs/version-0.79/the-new-architecture/pure-cxx-modules.md @@ -388,12 +388,13 @@ Modify the `package.json` as it follows: "jsSrcsDir": "specs", "android": { "javaPackageName": "com.sampleapp.specs" - } // highlight-add-start - "ios": + }, + "ios": { "modulesProvider": { "NativeSampleModule": "NativeSampleModuleProvider" } + } // highlight-add-end },