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
..
2015-05-26 15:08:33 -08:00
2015-03-25 11:09:54 -08:00
2015-05-31 11:35:55 -08:00
2015-04-24 11:46:18 -07:00
2015-05-20 00:31:50 -08:00
2015-05-29 14:24:00 -08:00
2015-05-22 09:45:41 -08:00
2015-05-26 11:19:49 -08:00
2015-04-15 06:06:29 -08:00