Skip to content

Reactor-Labs/react-native-auto

Repository files navigation

react-native-auto

Android Auto and Carplay support for React Native

Installation

npm install react-native-auto

Usage

import { multiply } from "react-native-auto";

// ...

const result = await multiply(3, 7);

Run example app

$ npx create-react-native-library react-native-auto
$ cd react-native-auto
$ yarn
# Android app
$ yarn example android
# iOS app
$ yarn example ios

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

About

React Native Carplay and Android Auto support library

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors