mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove "Reload on JS change" from RN Android
Summary: This feature is not necessary any longer with Fast Refresh enabled by default. Reviewed By: gaearon Differential Revision: D17156607 fbshipit-source-id: 2396a86d192c6b5d90cbed9cefbf13367dd6b699
This commit is contained in:
committed by
Facebook Github Bot
parent
b1c954b1f1
commit
478df155e7
@@ -54,11 +54,6 @@ public class DevSettingsModule extends BaseJavaModule {
|
||||
mDevSupportManager.setRemoteJSDebugEnabled(isDebugginRemotelyEnabled);
|
||||
}
|
||||
|
||||
@ReactMethod
|
||||
public void setLiveReloadEnabled(boolean isLiveReloadEnabled) {
|
||||
mDevSupportManager.setReloadOnJSChangeEnabled(isLiveReloadEnabled);
|
||||
}
|
||||
|
||||
@ReactMethod
|
||||
public void setProfilingEnabled(boolean isProfilingEnabled) {
|
||||
mDevSupportManager.setFpsDebugEnabled(isProfilingEnabled);
|
||||
|
||||
Reference in New Issue
Block a user