mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
60b57bad54
Summary: This PR removes Java reflection use in ReactDrawerLayoutManager.java because we all use AndroidX and setDrawerElevation is available. Also adds NonNull annotations ## Changelog [Android] [Changed] - cleanup DrawerLayoutAndroid Pull Request resolved: https://github.com/facebook/react-native/pull/26497 Test Plan: RNTester is working as expected. Differential Revision: D17488727 Pulled By: mdvacca fbshipit-source-id: fd626e3e7aca3965f62c4c82a55c69e81facc61d
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.