You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use ocrad.js with React Native. I installed ocrad with npm using npm i ocrad.js --save and then I attempted to import with var OCRAD = require('ocrad.js');. When I attempt to load the app I get a bundling error because of an invalid number.
I attempted to correct all the numbers in ocrad.js by removing the 0 at the front. That worked, but then I received an error that 'fs' could not be found. I don't believe this will work with React Native. If anyone has had any success I would be very grateful to hear how you accomplished it.
I'm trying to use ocrad.js with React Native. I installed ocrad with npm using
npm i ocrad.js --save
and then I attempted to import withvar OCRAD = require('ocrad.js');
. When I attempt to load the app I get a bundling error because of an invalid number.The text was updated successfully, but these errors were encountered: