We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0984f29 commit 968c88dCopy full SHA for 968c88d
ReactAndroid/src/main/java/com/facebook/react/devsupport/DevInternalSettings.java
@@ -116,7 +116,7 @@ public void setElementInspectorEnabled(boolean enabled) {
116
117
@SuppressLint("SharedPreferencesUse")
118
public boolean isBundleDeltasEnabled() {
119
- return mPreferences.getBoolean(PREFS_JS_BUNDLE_DELTAS_KEY, false);
+ return mPreferences.getBoolean(PREFS_JS_BUNDLE_DELTAS_KEY, true);
120
}
121
122
0 commit comments