skip to Main Content

Reactive Native fetch not working – Facebook api

Post installing android studio & react native cli, I am trying fetch functionality for the first time. I tried the POST API as given on Facebook URL as follows: fetch('https://mywebsite.com/endpoint/', { method: 'POST', headers: { 'Accept': 'application/json', 'Content-Type': 'application/json', },…

VIEW QUESTION
Back To Top
Search