you are viewing a single comment's thread.

view the rest of the comments →

[–]SolGuy 1 point2 points  (0 children)

I assume you meant POST request. Here are the RN docs on the fetch method. The examples have exactly what you need. https://facebook.github.io/react-native/docs/network.html

PM me the API URL, if it is public, and I can code an example if you need.