-
Notifications
You must be signed in to change notification settings - Fork 84
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
This package is good for React Native ? #76
Comments
I have not tried this with React Native. As long as React Native is compatible with the ECMAScript standard, particularly the part regarding FileList and FileReader, then this package should work fine. Do you mind updating us on your progress if you decide to implement it? 😄 |
@sffc It seems like this package does not work with react-native since you've used document which is not defined in the React-Native world:
|
This package only uses I'm happy to review a PR migrating document.createEvent to CustomEvent. CustomEvent is available on 98% of browsers. |
@sffc So finally what do you say about react-native compatibility? Because I've tried it but I got this error while trying to upload through
|
According to your error message, it seems this module doesn't support React Native. I'm happy to review a PR migrating from document.createEvent to CustomEvent if that fixes the compatibility issue. |
Hi,
I'm working with Node js (Server) and React Native (client), this package is good for React Native?
The text was updated successfully, but these errors were encountered: