react-native-macos/Examples
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
..
2048 [Flow] v0.11.0 cleaning - Part 14 (react-native-github) 2015-05-13 13:24:36 -07:00
Movies Removed redundant JSON encode/decode from RCTDataManager 2015-06-01 08:35:56 -08:00
SampleApp [ReactNative] Fix sample app tests 2015-05-28 01:45:36 -08:00
TicTacToe Fixed reachability 2015-04-20 08:33:56 -08:00
UIExplorer [ReactNative] Update OSS screenshort tests 2015-05-29 13:59:18 -08:00