From 8c13b49acaf15d7990e0aa83d84814ef6448f4ea Mon Sep 17 00:00:00 2001 From: Zach Dean Date: Wed, 16 Apr 2025 15:46:22 +0100 Subject: [PATCH] Update the JSON provided in the modification of the package.json file step --- docs/the-new-architecture/pure-cxx-modules.md | 5 +++-- .../version-0.79/the-new-architecture/pure-cxx-modules.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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 },