-
Notifications
You must be signed in to change notification settings - Fork 249
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
Android: Support for URI and attaching files from internal storage (SOLVED) #54
Comments
ujwal-setlur
changed the title
Attaching files on android without external storage (SOLVED)
Android: Support for URI and attaching files from internal storage (SOLVED)
Jan 21, 2017
Thanks man, that was exactly what I needed |
nmorel
pushed a commit
to Mille-Volts/react-native-mail
that referenced
this issue
Feb 21, 2017
I have issued pull request #71 |
nmorel
pushed a commit
to Mille-Volts/react-native-mail
that referenced
this issue
Dec 18, 2017
Issue chirag04#54 (cherry picked from commit ca57b84)
Was this ever merged? |
Nope |
Such a Tiny fix, @chirag04 can you please implement this. Is this even still maintained? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, emails cannot be attached on android unless the attachment is on an external storage. This can be resolved by:
I have made these changes in my fork of this repo, and I have also incorporated the pull request
#42 by rusel1989
However, I can't make a pull request because I am using react-native 0.39, and the latest repo is for react-native 0.40.
If anyone needs this functionality, they are welcome to look at my fork
https://github.com/ujwal-setlur/react-native-mail
-ujwal
The text was updated successfully, but these errors were encountered: