Skip to content

Commit

Permalink
Turn off Metro JS Deltas by default for Android
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Peter Argany authored and facebook-github-bot committed Mar 16, 2019
1 parent 3449900 commit 845189c
Showing 1 changed file with 1 addition and 1 deletion.
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="true"
android:defaultValue="false"
/>
<CheckBoxPreference
android:key="js_bundle_deltas_cpp"
Expand Down

0 comments on commit 845189c

Please sign in to comment.