i want to make some button to open email app on mobile device (android/ios) but i don't want to use any package. this is only opens the email app not sends an email, can this be done in react native?
React-Native Mail function.
Linking.openURL('mailto:support@example.com')
It's react-native in-built component Linking you can use. You can also add subject and body.