Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

135
Views
Email inbox not opening with react native email link

Hello my name is Rajdeep Singh. I was trying to open the gmail inbox in react native with react-native-email-link.The following code is the code which is not working.

import * as React from 'react';
import { Text, View, StyleSheet, TouchableOpacity } from 'react-native';
import { openInbox } from 'react-native-email-link';

export default function App() {
  return (
    <View>
      <TouchableOpacity
        style={styles.buttonstyle}
        onPress={() => {
          openInbox();
        }}>
        <Text>OPEN MAIL APP</Text>
      </TouchableOpacity>
    </View>
  );
}

const styles = StyleSheet.create({
  buttonstyle: {
    alignSelf: 'center',
    justifyContent: 'center',
    fontSize: 20,
    marginTop: 150,
    fontWeight: 'bold',
  },
});

So what is happening is that when I am clicking on the open mail app button nothing is happening.

Please help me.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!