Skip to content

Commit

Permalink
fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram-dc committed Apr 17, 2024
1 parent f6ab240 commit a2663bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-native-google-cast/src/withGoogleCast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ const withGoogleCast: ConfigPlugin<

config = withAndroidGoogleCast(config, {
receiverAppId: props.androidReceiverAppId,
androidPlayServicesCastFrameworkVersion: props.androidPlayServicesCastFrameworkVersion,
androidPlayServicesCastFrameworkVersion:
props.androidPlayServicesCastFrameworkVersion,
});

return config;
Expand Down

0 comments on commit a2663bc

Please sign in to comment.