Overview:
The react-native-carplay library extends React Native applications to car infotainment systems by supporting both Apple CarPlay and Android Auto platforms. With minimum version target requirements specified for iOS and Android, this library provides a way to integrate car-specific features into your React Native projects.
Features:
- Support for Apple CarPlay and Android Auto
- Minimum version target requirements: iOS 14, Android 30
- No Expo support due to Scenes
- Declarative and Imperative APIs
- Example app with source code available
- Contribution guidelines and license included
Installation:
To add react-native-carplay to your project, follow these steps:
CarPlay Specific Setup (iOS):
Refer to the CarPlay Documentation for detailed setup instructions for iOS.
Android Auto Specific Setup:
Refer to the Android Auto Documentation for detailed setup instructions for Android.
Summary:
The react-native-carplay library enables React Native developers to integrate their applications with both Apple CarPlay and Android Auto platforms, providing support for car-specific features. With minimum version target requirements and a focus on both declarative and imperative APIs, this library offers a way to extend React Native projects to car infotainment systems seamlessly.