Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: ## Summary Calling `getCurrentReactContext` on an unmounted `ReactRootView` could lead to a NPE. The method currently returns a nullable value so return type is the exact same. This change checks if the react instance manager is present and returns null early if not. ## Changelog: [Android] [Fixed] - Adds a null check in react context getter Differential Revision: D59982179
- Loading branch information