rn-metronome
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

rn-metronome

Installation

npm install rn-metronome

Usage

Metronome:

import { Metronome } from 'rn-metronome';

onPress = () => {
  Metronome.play(100); // play with bpm=100
};

// ...

onPress = () => {
  Metronome.stop(); // stop playing
};

License

MIT


Made with create-react-native-library

Dependents (0)

Package Sidebar

Install

npm i rn-metronome

Weekly Downloads

6

Version

0.2.0

License

MIT

Unpacked Size

21.2 kB

Total Files

21

Last publish

Collaborators

  • kotlyar562