Skip to content

Commit f587f8d

Browse files
rafecafacebook-github-bot
authored andcommittedNov 20, 2017
Enable end to end deltas by default on Android
Reviewed By: mjesun Differential Revision: D6374111 fbshipit-source-id: f372242ddbb8a278041d1ebb2aace227a571c2e0
1 parent f101566 commit f587f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ReactAndroid/src/main/res/devsupport/xml/preferences.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
android:key="js_bundle_deltas"
2424
android:title="Use JS Deltas"
2525
android:summary="Request delta bundles from metro to get faster reloads (Experimental)"
26-
android:defaultValue="false"
26+
android:defaultValue="true"
2727
/>
2828
<CheckBoxPreference
2929
android:key="animations_debug"

0 commit comments

Comments
 (0)
Please sign in to comment.