react-native/Examples/Movies
Nick Lockwood a2db4a4a5b Removed redundant JSON encode/decode from RCTDataManager
Summary:
@public

For some reason we were manually JSON-encoding the RCTDataManager responses, and then decoding them again on the JS side. Since all data sent over the bridge is JSON-encoded anyway, this is pretty pointless.

Test Plan:
* Test Movies app in OSS, which uses RCTDataManager
* Test any code that uses RKHTTPQueryGenericExecutor to make network requests (e.g. Groups)
* Test the Groups photo upload feature, which uses RKHTTPQueryWithImageUploadExecutor
2015-06-01 08:35:56 -08:00
..
Movies Removed redundant JSON encode/decode from RCTDataManager 2015-06-01 08:35:56 -08:00
Movies.xcodeproj Add renderSeparator support to ListView 2015-05-26 15:20:29 -08:00
__tests__ [react-packager][streamline oss] Move open sourced JS source to react-native-github 2015-02-19 21:25:11 -08:00
MovieCell.js Add renderSeparator support to ListView 2015-05-26 15:20:29 -08:00
MovieScreen.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
MoviesApp.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
SearchScreen.js Add renderSeparator support to ListView 2015-05-26 15:20:29 -08:00
getImageSource.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
getStyleFromScore.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
getTextFromScore.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00