High level, you'll need to be able to write and read data -- the library should work for that.
In this sample app it should work if you switch out at library for the http client and the service layer.
For example, the PostService
which handles reading and writing those objects.
I did a google and some things came up: http://www.raywenderlich.com/106369/integrating-parse-react-native-ios https://github.com/ParsePlatform/ParseReact
High level, you'll need to be able to write and read data -- the library should work for that. In this sample app it should work if you switch out at library for the http client and the service layer. For example, the PostService which handles reading and writing those objects.