Turn off Metro JS Deltas by default for Android

Summary: JS Deltas have been killing productivity of RN engineers lately. There's been several posts and questions asked that end in "Turn off JS Deltas". Disabling them until we can make them more stable.

Reviewed By: fkgozali

Differential Revision: D14491774

fbshipit-source-id: 29b1c8e5e72369882c2890e3b6347ecd2fe4bed1
This commit is contained in:
Peter Argany 2019-03-15 17:30:22 -07:00 committed by Mike Grabowski
parent 60cf18fad4
commit 3f1d2b0f96
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
android:key="js_bundle_deltas" android:key="js_bundle_deltas"
android:title="Use JS Deltas" android:title="Use JS Deltas"
android:summary="Request delta bundles from metro to get faster reloads (Experimental)" android:summary="Request delta bundles from metro to get faster reloads (Experimental)"
android:defaultValue="true" android:defaultValue="false"
/> />
<CheckBoxPreference <CheckBoxPreference
android:key="js_bundle_deltas_cpp" android:key="js_bundle_deltas_cpp"