Marco Bettiolo
Marco Bettiolo
I never used it with `react-native` I will have to give it a go. Maybe the way it is exported makes it not compatible.
Currently we are using [js-url](https://github.com/websanova/js-url) to parse urls in the browser, we would need to avoid using globals: https://github.com/bettiolo/oauth-signature-js/blob/master/src/app/oauth-signature.js#L92-L97 In the highlighted code url is global. We could inline url...
Thanks for reporting, I am going to look into it. Have you got a react-native code example to share?
You may look into opening an issue with uri-js as well?
Can you confirm that this is fixed with the latest version released on npm?
Can you share some example code with me?
@nunoarruda thank you for the feedback, I will have a look on this ASAP.
Thank you @gabrielAnglada
@christiansmith I cannot join you today as I am pretty busy at work. While implementing my OAuth 1.0 signature generation library I inlined in the client side bundle Google's crypto-js....
:cry: that I missed it