djipco / webmidi

Tame the Web MIDI API. Send and receive MIDI messages with ease. Control instruments with user-friendly functions (playNote, sendPitchBend, etc.). React to MIDI input with simple event listeners (noteon, pitchbend, controlchange, etc.).
Apache License 2.0
1.53k stars 115 forks source link

Feature Request: please add support for React Native #250

Closed elmcapp closed 2 years ago

elmcapp commented 2 years ago

I have used the library in a React js project using the npm package. I like to known if there is current support with React Native. If not I would like to know if you could please provide support for React Native.

djipco commented 2 years ago

I have never tested the library in React Native, so you have more experience than I do on the matter. When you say you would like support for React Native, what do you mean exactly? Is there anything special that needs to be supported?

elmcapp commented 2 years ago

React Native macOS. Basically React is a web app. React Native is native mobile app. React Native can run nodes js modules. It does not use browser view so the only way that I could use this I guest is with Node js backend however it will not work on React Native. I guess I have to figure this out.