birkir / react-native-carplay

CarPlay with React Native
https://birkir.dev/react-native-carplay/
MIT License
642 stars 107 forks source link

Allow secondary action to be null #62

Closed princekurt closed 2 years ago

princekurt commented 3 years ago

Secondary action is defined as secondaryAction?: NavigationAlertAction; in NavigationAlerts.d.ts.

However, in practice it is not option. If it is a nil, a nullException happens crashing the app. This allows the secondary action to be null by adding in a check.

birkir commented 3 years ago

Looks like there are no changes in the PR?