mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
aaa2765a92
Summary: Google recommends to extend AppCompat widgets, and Android Studio suggests the change. This PR changes ReactEditText to extend AppCompatEditText. ## Changelog [Android] [Changed] - ReactEditText extends AppCompatEditText Pull Request resolved: https://github.com/facebook/react-native/pull/27039 Test Plan: CI is green Reviewed By: mdvacca Differential Revision: D18196901 Pulled By: hramos fbshipit-source-id: 1484ae3da1be5776d0431dab3d4bb7ddbe5b8b7c
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.