Skip to content

Commit 845189c

Browse files
Peter Arganyfacebook-github-bot
Peter Argany
authored andcommittedMar 16, 2019
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
1 parent 3449900 commit 845189c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ReactAndroid/src/main/res/devsupport/xml/rn_dev_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="true"
26+
android:defaultValue="false"
2727
/>
2828
<CheckBoxPreference
2929
android:key="js_bundle_deltas_cpp"

0 commit comments

Comments
 (0)
Please sign in to comment.