-
Notifications
You must be signed in to change notification settings - Fork 2k
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
undefined is not a function (near '...Promise.allSettled...') #3533
Comments
Unfortunately we currently don't have a lot of bandwidth for React Native. If you can pursue this issue further that would also be appreciated. |
This is clearly because there was no support for Promise.allSettled in react-native until the very recent versions. I'll create an expo snack by the way to test the compatibility of uppy with react-native. If everything works out, I'll do a pr to the docs showcasing the react-native support |
We're currently quite busy with other priorities, if you're willing to create a PR that would be great. |
yeah sure why not. Let me first try to make an expo sample app work and then I'll open a pull request with the necessary polyfills and whatnot 🙂 |
loggers.js:40 [Uppy] [16:44:04] TypeError: Promise.allSettled is not a function Issue: When uploading files using Uppy and AWS S3, I encounter the following error messages: "Upload failed" and "Retry." uppyHandler() {
} Additional context: |
I'm getting error when trying to upload file to Aws S3 in React Native
The error:
The code were i initialize Uppy:
And here is the part where i add file that i'm getting from expo-image-picker:
I have React Native version="0.64.3" and Expo version="~44.0.0",
The text was updated successfully, but these errors were encountered: