An interactive piano component based on http://www.kevinqi.com/react-piano/
npm install react-native-piano
#### Install
npm: npm i --save react-native-piano
yarn: yarn add react-native-piano
#### Import
ES6 module:
``js`
import { Piano } from 'react-native-piano'
#### Basic
| Prop | Type | Description |
| :------------ |:---------------:| :---------------:|
| noteRange | Required object | An object representing the range of notes to render. Format { first: 'c4', last: 'e5' } in which first and last corresponds to natural notes. |function
| onPlayNoteInput | | Function that fires whenever a play-note event is fired. |function` | Function that fires whenever a stop-note event is fired. |
| onStopNoteInput |
Feel free to contact me or create an issue
> Inspired by kevinsqi/react-piano.
MIT License