Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RCTBridge] Have RCTBridge.loading return RCTBatchedBridge.loading
The parent RCTBridge no longer tracks the JS loading since that has been handed off to the RCTBatchedBridge. To make the `loading` property accurate again, just expose the batch bridge's loading property from the parent bridge (note: I didn'r make it KVO-compliant).
- Loading branch information