Posts by Joicy Albuquerque • 1 point
2 posts
-
-2
votes1
answer238
viewsQ: React Native Flatlist is not rendering results
I’m trying to show a box with a result of an Axios request using Flatlist but the screen is just blank, no error or anything. export default class Home extends Component { state = { posts: [], };…
-
-1
votes1
answer753
viewsQ: Take data from an React Native array
I need to get data from a array of the server to display to the user. A is a show as if it were a feed of a social network, but is showing the same contents over and over again. componentDidMount =…