vunb / node-crfsuite

A nodejs binding for crfsuite
MIT License
14 stars 12 forks source link

Any way to run this with React Native #16

Open EricWiener opened 4 years ago

EricWiener commented 4 years ago

Has anyone had any luck running this with React Native. Path isn't available, so I changed the index.js to

var CRFSuite = require('./lib/binding/napi-v3/crfsuite');

module.exports = CRFSuite;

However, I am unable to resolve the module.

vunb commented 4 years ago

I don't have experience with React Native. For native module, do you have any suggestions? @nartc