mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add a menu item for HMR
Summary: cc martinbigio Closes https://github.com/facebook/react-native/pull/5092 Reviewed By: svcscm Differential Revision: D2807241 Pulled By: mkonicek fb-gh-sync-id: e4418eeb4944d795f30f94be94b80648b4d7034c
This commit is contained in:
committed by
facebook-github-bot-3
parent
daa93a6222
commit
5b3cb05fa8
@@ -3,6 +3,8 @@
|
||||
<string name="catalyst_reloadjs" project="catalyst" translatable="false">Reload JS</string>
|
||||
<string name="catalyst_debugjs" project="catalyst" translatable="false">Debug in Chrome</string>
|
||||
<string name="catalyst_debugjs_off" project="catalyst" translatable="false">Stop Chrome Debugging</string>
|
||||
<string name="catalyst_hot_module_replacement" project="catalyst" translatable="false">Enable Hot Module Replacement</string>
|
||||
<string name="catalyst_hot_module_replacement_off" project="catalyst" translatable="false">Disable Hot Module Replacement</string>
|
||||
<string name="catalyst_live_reload" project="catalyst" translatable="false">Enable Live Reload</string>
|
||||
<string name="catalyst_live_reload_off" project="catalyst" translatable="false">Disable Live Reload</string>
|
||||
<string name="catalyst_perf_monitor" project="catalyst" translatable="false">Enable Perf Monitor</string>
|
||||
|
||||
Reference in New Issue
Block a user