I want to build an email client app using react-native. I found some posts related to this Developing an email client app on android. Hontvári Levente posted answer here to use PopMailImporter.java. I found a similar solution in react native. It is to use Linker, but it is not a 'client app'. I have two questions: Are there any solutions to build email client apps using react native? What is the best (popular) solution to build email client apps using android studio?
Asked
Active
Viewed 1,022 times
3
-
1I am also interested – Максим федеров May 20 '20 at 14:13
1 Answers
2
you can make email clients in react native by using react-native-mailcore package.
and I think best popular email client is k9mail library (git)

Muhammad Numan
- 23,222
- 6
- 63
- 80