I\'m having an issue with posting data to an express REST API I have using fetch in my react-native app. Here\'s my code:
fetch
/** * Sample React Na
In case of react, make addData() as arrow function like this:
addData = () => { ... }