firmata / firmata.js

JavaScript implementation of the Firmata protocol
711 stars 147 forks source link

How can I use firmata.js in react-native project? #134

Open yang24201 opened 8 years ago

yang24201 commented 8 years ago

I want to use the library in react-native project, but after I install firmata and require('firmata'), a error happened which means can not find the firmata module. Would this library used in react-native project?