C# API and React Expo

I have developed an API developed in C# and i would like to know if its possible to send and get request from my react expo application? If yes do you have any documentation about it?

thank you

Hi

I assume your C# API is running on a web server and accepting requests via HTTP?

If so you would use e.g. fetch or WebSockets to make requests to the API.

There are various posts online about how to talk to APIs with React. The concepts carry over to React Native and Expo.

Perhaps you could give us more information about your API. e.g. what sort of calls do you want to make to your API?