Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-native-headphone-detect-v2

ponikar642MIT0.2.6-beta-1TypeScript support: included

This library is ported from the legacy react-native-headphone-detection library with support for the latest version of Android/iOS SDK, and Typescript intellisense.

react-native, ios, android, audio, headphone

readme

react-native-headphone-detect-v2

lol

Installation

npm install react-native-headphone-detect-v2

Usage

import { multiply } from 'react-native-headphone-detect-v2';

// ...

const result = multiply(3, 7);

Contributing

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

License

MIT


Made with create-react-native-library