ecency / hivesigner-sdk

Hivesigner SDK
https://hivesigner.com
MIT License
2 stars 1 forks source link

HiveSigner SDK usage on React Native #17

Open alipiry opened 2 years ago

alipiry commented 2 years ago

Hi @feruzm, how can I use this package on React Native?

feruzm commented 2 years ago

@alipiry just like we do here: https://github.com/ecency/ecency-mobile

alipiry commented 2 years ago

Thank you 🙏

alipiry commented 2 years ago

@feruzm I get this error:

app/node_modules/hive-uri/lib/index.js: url could not be found within the project or in these directories:
  node_modules
  // Assumes node.js if any of the utils needed are missing.
  if (typeof URL === 'undefined') {
     global['URL'] = require('url').URL;
                                ^
   }

Have you ever faced this error before?

feruzm commented 2 years ago

@alipiry have you tried to add hive-uri separately into your packages?

alipiry commented 2 years ago

@alipiry have you tried to add hive-uri separately into your packages?

yes and still getting same error!