2.2.0 • Published 3 years ago

react-native-frequency v2.2.0

Weekly downloads
20
License
MIT
Repository
github
Last release
3 years ago

⚠️ DEPRECATION NOTICE

This project is not being actively maintained. If you have issues using it, feel free to collaborate in the Issues section and use something like Patch-Package to fix any issues you might find.

react-native-frequency

Getting started

$ npm install react-native-frequency --save

Mostly automatic installation

$ react-native link react-native-frequency

Usage

import Frequency from 'react-native-frequency';

// Play frequency (Hz) for certain duration(s)
FrequencyManager.playFrequency(frequency, duration).then(didPlay => console.log(didPlay));
2.2.0

3 years ago

2.1.0

4 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.0

6 years ago

1.0.0

6 years ago