Hello my name is Rajdeep singh. I want to ask that how to open the gmail inbox in react native with Linking.openURL command.
Please help me.
Hello my name is Rajdeep singh. I want to ask that how to open the gmail inbox in react native with Linking.openURL command.
Please help me.
Read this - How to launch and open email client React-native?
React Native Open Mail Function
<Button onPress={() => Linking.openURL('mailto:[email protected]') }
title="[email protected]" />
React Native Open Mail Function With Subject and Body
<Button onPress={() => Linking.openURL('mailto:[email protected]?subject=SendMail&body=Description') }
title="[email protected]" />