Skip to content

Commit 92f03ed

Browse files
authored
docs(app, expo): fix json in expo plugin example (#5643)
the array's elements aren't separated by commas as they should
1 parent 3078565 commit 92f03ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ The `app.json` for integration that included the optional crashlytics and perfor
281281
"googleServicesFile": "./GoogleService-Info.plist"
282282
},
283283
"plugins": [
284-
"@react-native-firebase/app"
285-
"@react-native-firebase/perf"
284+
"@react-native-firebase/app",
285+
"@react-native-firebase/perf",
286286
"@react-native-firebase/crashlytics"
287287
]
288288
}

0 commit comments

Comments
 (0)