Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iOS: guard against bad RCTModuleData instance
Summary: In some rare race condition (usually involving network request handling vs bridge shutting down), there may be bad access to an RCTModuleData that may have been de-allocated. To prevent crashes, let's guard the access and return nil appropriately. Reviewed By: yungsters Differential Revision: D13548755 fbshipit-source-id: b97326524cd9ca70a13d15098a1eaadfc7f1a6a8
- Loading branch information