Package 

Interface DevSupportManager

  • All Implemented Interfaces:
    com.facebook.react.bridge.NativeModuleCallExceptionHandler

    
    public interface DevSupportManager
     implements NativeModuleCallExceptionHandler
                        

    Interface for accessing and interacting with development features. In dev mode, use the implementation BridgeDevSupportManager. In production mode, use the dummy implementation DisabledDevSupportManager.