I am progromming about function: send Email to gmail Address directly from React native App. I searched on Internet and try library: https://github.com/anarchicknight/react-native-communications, https://github.com/chirag04/react-native-mail. Howerver, they only show me view of Gmail App which I installed in my device. I want react native app will send directly to Address Email. My device I tested run on Android Platform. Thank you so much
You need an email server or an email services to send an email, there is no way you can send an email directly from the client side.
There are several of them in the internet, you can try: MailGun or SendPulse, they got some good free tiers.
Your job is just calling a simple POST method from your app to their APIs.