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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    7
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    7
  • 1.1.0
    1
  • 1.0.2
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i rn-metronome

Weekly Downloads

8

Version

0.2.0

License

MIT

Unpacked Size

21.2 kB

Total Files

21

Last publish

Collaborators

  • kotlyar562