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
This may seem very basic but I'm stuck over here. I am getting the error oauthSignaure is undefined.
I am trying to import it like:
import oauthSignature from 'oauth-signature';
Also I have tried to use require with require() as well, but it doesn't work.
Please let me know how can I use it with react-native?
The text was updated successfully, but these errors were encountered:
We had the same problem with Aurelia. We had to prepend the JS file in the build system... I do not know react at all, but there might be a way to just do a similar thing
Hi.. I use this library too and it works well in my react-native project. Maybe you should restart the packager first, and import it like you did before:
This may seem very basic but I'm stuck over here. I am getting the error oauthSignaure is undefined.
I am trying to import it like:
import oauthSignature from 'oauth-signature';
Also I have tried to use require with require() as well, but it doesn't work.
Please let me know how can I use it with react-native?
The text was updated successfully, but these errors were encountered: