Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Un-deprecate DisplayMetrics.getWindowDisplayMetrics() method
Summary: The purpose of this diff is to un-deprecate the method DisplayMetrics.getWindowDisplayMetrics(). As React Native is used in devices with multiple screens and displays, we need to provide a non-deprecated way to access display metrics (e.g. screen density) for the window that's used to render react native views. This diff doesn't make any change in behavior, but it un-deprecates the API changelog: [Android][Added] Un-deprecate DisplayMetrics.getWindowDisplayMetrics() method Reviewed By: javache Differential Revision: D37871954 fbshipit-source-id: d8eb97cfae096f2f62ed1389a6de17a892a46b43
- Loading branch information