Skip to content

Commit

Permalink
Merge pull request #186 from Zetifi/master
Browse files Browse the repository at this point in the history
Fix missing even didPressMenuItem
  • Loading branch information
birkir committed Jun 12, 2024
2 parents 73de3dd + be9629a commit 923f96b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-native-carplay/ios/RNCarPlay.m
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ + (id)allocWithZone:(NSZone *)zone {
return @[
@"didConnect",
@"didDisconnect",
@"didPressMenuItem",
// interface
@"barButtonPressed",
@"backButtonPressed",
Expand Down

0 comments on commit 923f96b

Please sign in to comment.