Update RCTNetworking, RCTNetInfo and RCTLocationManager to use new events system

Summary: Updated networking and geolocation to use the new events system.

Reviewed By: bestander

Differential Revision: D3346129

fbshipit-source-id: 957716e54d7af8c4a6783f684098e92e92f19654
This commit is contained in:
Nick Lockwood
2016-05-25 04:17:35 -07:00
committed by Facebook Github Bot 1
parent 62f53ffaa7
commit b71db11554
27 changed files with 240 additions and 345 deletions

View File

@@ -105,9 +105,7 @@
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
[_eventDispatcher sendDeviceEventWithName:_eventName body:_body];
#pragma clang diagnostic pop
[_bridge verify];