-
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
Support for android 11(30) #54
Comments
Will this fix this error?
|
Yes, its exactly the error that it fixes |
I tried your solution but still did not work on my end. |
It did work for me, try and install my fork and test it |
Ok, got it to work. As i later understand that changes should be applied to the library build.gradle, not the main app build.gradle. |
@AlenToma hi , it used to work fine on android <android 11 |
There is a setiings you have configurate on Gmail. if you are using it on with Gmail. Other wise i have no idea why. |
@AlenToma my bad all good , u are a lifesaver , just to clarify
and you add this code in node_modules/react-native-smtp-mailer/android/build.grade
|
It's Worked! thank you . |
I am getting Error:IO Exception while sending message without attaching any file or document. Ive use npm install https://github.com/AlenToma/react-native-smtp-mailer.git this fork. |
I solve this by replace. packagingOptions { with packagingOptions { |
I have same error. |
when I attach the file it doesn't work either. |
I am using this in a managed expo project. Should I prebuild the project and then make the changes in these files? Or should I write a config plugin for it? I know I probably should ask this in an expo thread, but I think I'm not the only one with that setup while using this tool. |
I am also getting the same error, any one have a solution? |
The app crash when I build it for API 30 and running it on android 11.
The jar files are not supported anymore.
I have fixed my fork but wanted to tell anyone who is having the same issue, or maybe you would like to have a look at the changes I did.
On android
build.grade
I removedimplementation fileTree(dir: 'libs', include: '*.jar')
and addedI also added the following options under android.
All the credit goes for the following site https://issuetracker.google.com/issues/172544275?pli=1
I found the solution there.
The text was updated successfully, but these errors were encountered: