From 1e00e06a51fd85eaf7f24bdf0cb864d835e8cc8b Mon Sep 17 00:00:00 2001 From: oguz turker Date: Sat, 28 Jun 2025 11:47:12 +0300 Subject: [PATCH 1/2] misc(docs): add missing curly bracket --- docs/turbo-native-modules-ios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/turbo-native-modules-ios.md b/docs/turbo-native-modules-ios.md index 7a673abf38b..4f0bc6234c2 100644 --- a/docs/turbo-native-modules-ios.md +++ b/docs/turbo-native-modules-ios.md @@ -139,7 +139,7 @@ Modify the `package.json` as it follows: "javaPackageName": "com.sampleapp.specs" } // highlight-add-start - "ios": + "ios": { "modulesProvider": { "NativeLocalStorage": "RCTNativeLocalStorage" } From 93f55d01ba269ee62539e4d5f1c2c8fc7d62f970 Mon Sep 17 00:00:00 2001 From: oguz turker Date: Sat, 28 Jun 2025 12:13:21 +0300 Subject: [PATCH 2/2] Update turbo-native-modules-ios.md --- docs/turbo-native-modules-ios.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/turbo-native-modules-ios.md b/docs/turbo-native-modules-ios.md index 4f0bc6234c2..631963b5ade 100644 --- a/docs/turbo-native-modules-ios.md +++ b/docs/turbo-native-modules-ios.md @@ -143,6 +143,7 @@ Modify the `package.json` as it follows: "modulesProvider": { "NativeLocalStorage": "RCTNativeLocalStorage" } + }, // highlight-add-end },