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

127
Visualizações
data from object not rendering in any component in react native

i created a use effect hook to fetch data from an api and set it to a variable like this:

 const [rich, setData] = useState([]);
  useEffect(() => {
    fetch('http://api.mediastack.com/v1/news?access_key=API_KEY&languages=en&countries=us,gb,ng,-ma,-ar,-qa,-sd')
      .then((response) => response.json())
      .then((json) => setData(json))
      .catch((error) => console.error(error))
      .finally(() => setLoading(false));
  }, []);

after that i tried to render the data out on the screen like this:

<View> {
          rich.data.forEach(item => {
            console.log(item.author);
            <Text>{`data: ${item.author}`}</Text>
            
          })

          }
     </View>

now the issue is that the console.log works but if i put it in the text component like i did, it wouldn't display.

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