Posts by Leandro Sena • 84 points
5 posts
-
1
votes2
answers417
viewsA: Axios falls in catch even with status code 200
Oops, I imagine that if your request returns 200, the problem is not in it but in some logic within the answer to your request... can be Asyncstorage, or navigation. They are imported correctly ?…
-
0
votes1
answer2163
viewsA: How to access individual object values in array?
You can do this using map. <View> {result.map(item => <Text>item.id</Text>)} </View> Da para renderizar códigos javascript no jsx do React com {}. Se quiser pode criar um…
-
-1
votes1
answer51
viewsA: Communication between PHP files with Ajax
Sorry for the delay in answering. If you still have problems, follow code and considerations: In.php control in phrase concatenation there was a '+' as operator. This notation is javascript, to make…
-
1
votes4
answers67
viewsA: Create a role or use the code directly?
Each case may be a specific case, but it is necessary that you observe these items for the good practices of the needs to be created, or not, a function. You will create a function to: To allow the…
javascriptanswered Leandro Sena 84 -
2
votes1
answer40
viewsA: Formwork for different screens, some do not work
The medias querys work in equal processing order to normal css codes. Imagine you have one b{ text-align:center } in row 1 and another b{text-align:left} on line 20. What will count is the line 20…
cssanswered Leandro Sena 84