Android Auto and Carplay support for React Native
npm install react-native-autoimport { multiply } from "react-native-auto";
// ...
const result = await multiply(3, 7);$ npx create-react-native-library react-native-auto
$ cd react-native-auto
$ yarn
# Android app
$ yarn example android
# iOS app
$ yarn example iosSee the contributing guide to learn how to contribute to the repository and the development workflow.
MIT