Skip to content

Commit aca1320

Browse files
committed
docs: update expo usage
1 parent efdda2f commit aca1320

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,12 @@ Add the plugin in your app.json
105105
{
106106
"expo": {
107107
"plugins": [
108-
["react-native-full-screen-notification-incoming-call", { "statusBarColor": "#000000" }]
108+
[
109+
"react-native-full-screen-notification-incoming-call",
110+
{
111+
"statusBarColor": "#000000"
112+
}
113+
]
109114
]
110115
}
111116
}

0 commit comments

Comments
 (0)