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 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: