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:
Andrei Shikov
2022-02-28 14:45:09 -08:00
committed by Facebook GitHub Bot
parent 75348acbfc
commit 964e816752
3 changed files with 4 additions and 3 deletions
@@ -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.