Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

111
Visualizações
Find url in text and add TouchableOpacity

I'm developing a project with React Native. If there is a url in a text, I want to find it and add TouchableOpacity. The same code works on the web, I add a href, but when I add an element in react native, it returns [object Object]. If I don't add the React Native element, it returns as normal text.

function urlifyFn(text = '') {
  if (text != '') {
    var urlRegex = /(https?:\/\/[^\s]+)/g;
    var row = text.replace(urlRegex, function (url) {
      return (
        <View>
          <TouchableOpacity onPress={() => Linking.openURL(row)}>
            <Text>{row}</Text>
          </TouchableOpacity>
        </View>
      );
    });
    return row;
  }
}

I want React Native element to be returned instead of [object Object]

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda