Posts by Beto • 11 points
2 posts
-
0
votes1
answer26
viewsA: I’m not getting the Json data - React Native
Resolved with the help of the Cmte Cardinal Final Code fetch(config.baseURL + '/calendario/situacao_horarios_mes/TESTE/2020/12') .then(res => res.json()) .then(resJson => { let apenasDatas =…
-
1
votes1
answer26
viewsQ: I’m not getting the Json data - React Native
I am unable to extract the data from the api. Here I get the data: fetch(config.baseURL + '/calendario/situacao_horarios_mes/TESTE/2020/12') .then(res => res.json()) .then(resJson => {…