mirror of
https://github.com/status-im/react-native.git
synced 2025-02-23 06:38:13 +00:00
Summary: ``` >>> Lint for xplat/js/react-native-github/ReactAndroid/src/main/java/com/facebook/react/uimanager/BUCK: Warning (BUILDIFIERLINT2) constant-glob Glob pattern `DisplayMetricsHolder.java` has no wildcard ('*'). Constant patterns can be error-prone, move the file outside the glob. (https://github.com/bazelbuild/buildtools/blob/master/WARNINGS.md#constant-glob) 50 rn_android_library( 51 name = "DisplayMetrics", 52 srcs = glob([ >>> 53 "DisplayMetricsHolder.java", 54 ]), 55 required_for_source_only_abi = True, 56 visibility = [ ``` Reviewed By: hramos Differential Revision: D13519693 fbshipit-source-id: 1cb9721f541c22480e4dbdad03978092453b42ba
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.