We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efdda2f commit aca1320Copy full SHA for aca1320
README.md
@@ -105,7 +105,12 @@ Add the plugin in your app.json
105
{
106
"expo": {
107
"plugins": [
108
- ["react-native-full-screen-notification-incoming-call", { "statusBarColor": "#000000" }]
+ [
109
+ "react-native-full-screen-notification-incoming-call",
110
+ {
111
+ "statusBarColor": "#000000"
112
+ }
113
+ ]
114
]
115
}
116
0 commit comments