-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove ViewHelper, use ViewCompat instead (#23280)
Summary: ViewHelper has only setBackground method which works identical to ViewCompat.setBackground from Android Support Library. This PR removes ViewHelper, and uses ViewCompat instead. [Android] [Changed] - remove ViewHelper, use ViewCompat instead Pull Request resolved: #23280 Differential Revision: D13950510 Pulled By: mdvacca fbshipit-source-id: 10b5122affac17d4b66fb995339c6715c0871ed0
- Loading branch information
1 parent
05ebf77
commit c493cfe
Showing
3 changed files
with
7 additions
and
35 deletions.
There are no files selected for viewing
31 changes: 0 additions & 31 deletions
31
ReactAndroid/src/main/java/com/facebook/react/views/common/ViewHelper.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters