i am trying to use this module with react native and expo sdk
once installed the package and imported it i get an error message that dynamic require is not supported
specifically in the index.js file line 47
this.providerObj = require("./providers/"+name);
any help ?
thanks
i am trying to use this module with react native and expo sdk
once installed the package and imported it i get an error message that dynamic require is not supported
specifically in the index.js file line 47
this.providerObj = require("./providers/"+name);
any help ?
thanks