birkir / react-native-carplay

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

Fix Android Crashes #61

Closed princekurt closed 3 years ago

princekurt commented 3 years ago

Android crashes if you do anything regarding the CarPlay import. If you add a listener from 'CarPlay' the entire app will crash.

This is a quick safety line that will keep the CarPlay library from initializing on Android if 'CarPlay' is accidentally used without a Platform check.