I just startet learning React Native an got a problem.
i fetch a php file from my server and need to add a ID parameter to the url. the ID parameter is saved in a const.
How can I add my const to the end of the fetch url?
const Round = 1;
return fetch('http://myurl/data.php?ID=')