Skip to content

Commit 725e8ab

Browse files
vonovakfacebook-github-bot
authored andcommitted
clarify a message in preferences.xml
Summary: Especially for newcomers, this may help since some may think the effect is immediate. Closes react#12066 Differential Revision: D4500929 Pulled By: mkonicek fbshipit-source-id: dfa05134f208c084dacb3e490fe9eb8df323ffd5
1 parent 6ec5654 commit 725e8ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<CheckBoxPreference
1111
android:key="js_dev_mode_debug"
1212
android:title="JS Dev Mode"
13-
android:summary="Load JavaScript bundle with __DEV__ = true for easier debugging. Disable for performance testing."
13+
android:summary="Load JavaScript bundle with __DEV__ = true for easier debugging. Disable for performance testing. Reload for the change to take effect."
1414
android:defaultValue="true"
1515
/>
1616
<CheckBoxPreference

0 commit comments

Comments
 (0)