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
Summary: 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't make it KVO-compliant). Fixes #1199 Closes #1200 Github Author: James Ide <ide@jameside.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
- Loading branch information