Posts by Diego Cândido • 13 points
2 posts
-
-1
votes1
answer134
viewsQ: Can React Native’s Yellowbox be ignored?
At some points in my application, React has errors in Yellow Box, for example: Each Child in a list should have a Unique "key" prop. I know it’s possible to disable them, but can it cause any…
-
1
votes2
answers505
viewsQ: How to increment a state object with another object in React Native?
Basically I have this method that takes some information from the API and stores it in a state variable (date: []), but since there are several pages, I would like to add the results in this…