taskrabbit / ReactNativeSampleApp

Example app in React Native: sort of like twitter/tumblr
MIT License
929 stars 321 forks source link

any idea in best way to integrate this sample with backend parse.com? #10

Closed steve21124 closed 8 years ago

bleonard commented 8 years ago

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.

steve21124 commented 8 years ago

Thanks, yeah agree. Service Layer is the best way to switch it to parse