I am making a React Native app that must fetch data from an SQL Server. I'll be doing many complicated joins and other SQL functions so I figured DreamFactory would be easier to use in this way.
DreamFactory is a RESI API automation platform for SQL or NoSQL databases that automatically generates APIs for Swift, JavaScript, Ionic, React, and more.
I found the DreamFactory SDK for React.js here: https://github.com/dreamfactorysoftware/reactjs-sdk
However, does this mean it's going to work with React Native too?