Enable end to end deltas by default on Android

Reviewed By: mjesun

Differential Revision: D6374111

fbshipit-source-id: f372242ddbb8a278041d1ebb2aace227a571c2e0
This commit is contained in:
Rafael Oleza 2017-11-20 13:04:42 -08:00 committed by Facebook Github Bot
parent f1015664e9
commit f587f8d51d
1 changed files with 1 additions and 1 deletions

View File

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