Skip to content

Commit

Permalink
docs: add missing comma in RN setup (#1077)
Browse files Browse the repository at this point in the history
In case other people are lazy and copy from the docs and get confused
about why their build fails 🤦
  • Loading branch information
aharwood9 authored Sep 12, 2023
1 parent 5fd4104 commit 19bd12e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ We need to configure the Firebase library, set up the callkeep library and regis
// add your app name here
// highlight-start
[RNCallKeep setup:@{
@"appName": @"My awesome app"
@"appName": @"My awesome app",
@"supportsVideo": @YES,
// pass @YES here if you want the call to be shown in calls history in the built-in dialer app
@"includesCallsInRecents": @NO,
Expand Down

0 comments on commit 19bd12e

Please sign in to comment.