mirror of
https://github.com/status-im/react-native.git
synced 2025-02-22 06:08:24 +00:00
Fix rntester buck build
Summary: Looks like we have to explicitly require the BuildConfig package if we want to use it. Reviewed By: mdvacca Differential Revision: D10275883 fbshipit-source-id: 4fbce3085e1ac6486a782b2bc0e335b7e48fe8de
This commit is contained in:
parent
897f721728
commit
a82f6e164b
@ -18,6 +18,7 @@ rn_android_library(
|
||||
react_native_dep("third-party/android/support/v7/appcompat-orig:appcompat"),
|
||||
react_native_dep("third-party/java/jsr-305:jsr-305"),
|
||||
react_native_target("java/com/facebook/react:react"),
|
||||
react_native_target("java/com/facebook/react/common:build_config"),
|
||||
react_native_target("java/com/facebook/react/modules/core:core"),
|
||||
react_native_target("java/com/facebook/react/shell:shell"),
|
||||
react_native_target("jni/prebuilt:android-jsc"),
|
||||
|
@ -10,6 +10,7 @@ package com.facebook.react.uiapp;
|
||||
|
||||
import android.app.Application;
|
||||
|
||||
import com.facebook.react.BuildConfig;
|
||||
import com.facebook.react.ReactApplication;
|
||||
import com.facebook.react.ReactNativeHost;
|
||||
import com.facebook.react.ReactPackage;
|
||||
|
Loading…
x
Reference in New Issue
Block a user