-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react native t.buffer is not a function #178
Comments
|
Thanks for writing this up! I'll send this along to the team see if we can get proper support for this in the future. |
|
Cormander, does this solve your issue: https://github.com/dropbox/dropbox-sdk-js/pull/173/files#diff-2b4ca49d4bb0a774c4d4c1672d7aa781 |
|
Hi, i have the same problem on a vue component (not on react).
|
|
@Wifsimster This may depend on how you're including the library. Please review #172 for more information and a potential workaround. |
|
The original |
Hi,
I'm using this module in a react native environment. All seems to work well, except when I attempt to download a file with
dbx.filesDownload- I get the following exception:My
fixhack for this is to replace the one and only call tobuffer()withtext()in the dependency:Not sure what the "proper" fix for this is, but figured I'd let you know my workaround. Thanks.
The text was updated successfully, but these errors were encountered: