Skip to content

Commit

Permalink
Enable end to end deltas by default on Android
Browse files Browse the repository at this point in the history
Reviewed By: mjesun

Differential Revision: D6374111

fbshipit-source-id: f372242ddbb8a278041d1ebb2aace227a571c2e0
  • Loading branch information
rafeca authored and bowerman0 committed Dec 5, 2017
1 parent 2be3b1c commit dc43322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactAndroid/src/main/res/devsupport/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dc43322

Please sign in to comment.