Skip to content

Commit 83d6a2b

Browse files
authored
misc(docs): add missing curly bracket (#4666)
* misc(docs): add missing curly bracket * Update turbo-native-modules-ios.md
1 parent 4d98f9f commit 83d6a2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/turbo-native-modules-ios.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,11 @@ Modify the `package.json` as it follows:
139139
"javaPackageName": "com.sampleapp.specs"
140140
}
141141
// highlight-add-start
142-
"ios":
142+
"ios": {
143143
"modulesProvider": {
144144
"NativeLocalStorage": "RCTNativeLocalStorage"
145145
}
146+
},
146147
// highlight-add-end
147148
},
148149

0 commit comments

Comments
 (0)