Bilişim dünyasına kaliteli, özgün ve Türkçe içerikler kazandırmayı hedefleyen bir platform..

friends friends friends

Error: Objects are not valid as a React child. If you meant to render a collection of children, use an array instead.

Hata: Error: Objects are not valid as a React child (found: object with keys {gender, name, location, email, login, dob, registered, phone, cell, id, picture, nat}). If you meant to render a collection of children, use an array instead.

Text içinde string bir ifade yerine aşağıdaki gibi bir Obje kullandığım için hata alıyordum, ifadeyi düzeltince hata olmaması gerekir.

<Text>{this.state.users}</Text>
//yerine
<Text>Sedat Ali Doğan</Text>
react native
0 Beğeni
React-Native
Önceki Yazı

React Native Axios

06 Ocak 2021 tarihinde yayınlandı.
Sonraki Yazı

Site Sağ tık engeli kaldırma

06 Ocak 2021 tarihinde yayınlandı.
arrow