I have developed an ASP.NET Core web project, which is working perfectly.
Now I want to extend and create an ASP.NET Core Web API, and then I want to build mobile app with react native.
I have searched a lot for react native with ASP.NET Core Web API sample, but I couldn't find anything.
I don't know whether it is good to use react native with ASP.NET Core Web API, or not.
Please if anybody has any git repo or any good guide for that refer me.
Thanks

