mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 20:15:11 +00:00
2497c02e38
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 https://github.com/facebook/react-native/pull/1200 Github Author: James Ide <ide@jameside.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.