mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
bbb4e4480d
Summary: R8 shows warning that **com.facebook.react.bridge.JavaScriptModule**, **com.facebook.react.bridge.NativeModule** are interfaces so proguard rules must use implements instead of extends. This PR changes proguard rules to fix the warnings. ## Changelog [Android] [Changed] - Fix R8 warning Pull Request resolved: https://github.com/facebook/react-native/pull/27291 Test Plan: RNTester builds and runs as expected. Differential Revision: D18658704 Pulled By: mdvacca fbshipit-source-id: a679643542bc55b89141f58c3236a29cf83c20d2
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.