Skip to content

Commit

Permalink
for 'use_cached_bundle', set default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
qbig committed Dec 27, 2015
1 parent 310dcbf commit f6b8fa0
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="use_cached_bundle"
android:title="Use Cached Bundle"
android:summary="Use prefetched JS bundle stored locally."
android:defaultValue="true"
android:defaultValue="false"
/>
</PreferenceCategory>
<PreferenceCategory
Expand Down

0 comments on commit f6b8fa0

Please sign in to comment.