mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Update usages of default ReactNativeConfig (#33196)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/33196 Fixes compilation of Android template and renames the field according to Java guidelines. Changelog: [Android][Changed] - Rename field with default values for ReactConfig to DEFAULT_CONFIG Reviewed By: cortinico Differential Revision: D34523356 fbshipit-source-id: 46ed703e7ca8ab5e05879dd93e8e4d2d816c2d03
This commit is contained in:
committed by
Facebook GitHub Bot
parent
75348acbfc
commit
964e816752
@@ -23,7 +23,7 @@ import com.facebook.proguard.annotations.DoNotStrip;
|
||||
@DoNotStrip
|
||||
public interface ReactNativeConfig {
|
||||
|
||||
public final ReactNativeConfig DefaultValuesReactNativeConfig = new EmptyReactNativeConfig();
|
||||
ReactNativeConfig DEFAULT_CONFIG = new EmptyReactNativeConfig();
|
||||
|
||||
/**
|
||||
* Get a boolean param by string name. Default should be false.
|
||||
|
||||
Reference in New Issue
Block a user