Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

144
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda