-
Notifications
You must be signed in to change notification settings - Fork 34
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
Struggeling with android attachments #29
Comments
@maendamedia Unfortunately this lib doesn't yet support loading attachments that are not in the filesystem of the device. The crop library you are using, has a |
@angelos3lex Just like @maendamedia, Im using I guess it relates to #23 The path that is returned from saving the photo to the library is: My code:
Am I missing something here? |
Why do you append |
@angelos3lex The outcome is the same, I thought because camera-roll's path doesnt specify file type it would fail. I'll try |
@angelos3lex @LuizFBrisighello im having the same issue with android. showing me IOexception while ios is working fine any leads? |
@yasirwahid I ended up moving to other tasks without solving the attachments issue. |
Could you guys check if the solution proposed by samuelj1323 in #23 is the reason behind this prob? |
Hello,
Like your module and iOS works great.
For android it is not so easy :)
I let the user select some images using the react-native-image-crop module and store them in an array.
This array will be filtered and attached tot the smtp email .
As mentioned, iOS works great, but on android i get the famous IOExeption.
What am i doing wrong here:
The text was updated successfully, but these errors were encountered: