With Linking API in React Native, we can do something like that:
Linking
Linking.openURL(`mailto:${receiverEmail}`);
But, with this appr