I’m building an ios app using React Native (https://facebook.github.io/react-native/) and the IT guys have set up an api for me using dreamfactory. How do I go about connecting to a dreamfactory api from React Native?
We don’t have a React SDK yet but you’d make API calls to DreamFactory the same way you’d call any REST URI with React.
Make sure to read this https://github.com/dreamfactorysoftware/dsp-core/wiki/Important-Information
Here are some examples of calling the API with cURL https://github.com/dreamfactorysoftware/dsp-core/wiki/cURL-Examples