How to integrate React Native with Dreamfactory?

I am making an employee timesheet app in React Native for a client that must connect to their SQL server. The SQL server has tables in it such as timesheet, employee, client, and job. I’ll be doing many complicated joins and other SQL functions so I figured DreamFactory would be a good way to go.

I told the IT guys to set up an account with DreamFactory and hook it up to the SQL Server, hoping I can use the created API to connect to DreamFactory.

I found the DreamFactory SDK for React.js here: https://github.com/dreamfactorysoftware/reactjs-sdk

Will this work with React Native?

Please, help me out. I am so lost. I am not too experienced in either React Native or backends, so this is kind of confusing.