Skip to content

Commit 1e00e06

Browse files
authored
misc(docs): add missing curly bracket
1 parent 4d98f9f commit 1e00e06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/turbo-native-modules-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ 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
}

0 commit comments

Comments
 (0)