I am looking at using react Native for a Windows Desktop App.
I have some questions that I cannot currently find the answers for.
Would anyone have any information on the following questions.
Can I use React native as a Desktop App and connect to an MSSQL database without having to use an API running in the background ?
Is it possible to use existing code for C# and Entity Framework to connect to SQL and pass the data to and from React Native Windows App?
Does React Native support reading and writing to local files on a windows desktop or tablet?
Are there any tutorials or classes available for React Native Windows Desktop Apps?
Regards