Monday, August 27, 2018

react native debugger ui 92 uncaught type error cannot set property volume of null

Error : debugger-ui not shown console.log 
              The debugger crashed.


Stacktrace:

(index):94 Uncaught TypeError: Cannot set property 'volume' of null
    at Object.render ((index):94)
    at Object.setState ((index):48)
    at WebSocket.ws.onopen ((index):152)





Step

1. Start the Android Virtual Device

2. Run npm run android in the fresh project

3. Once the app has loaded in the Android emulator, press Ctrl+M to bring up the dev tools       menu

4. Select "Debug JS Remotely"

5. In the Chrome browser that opens, open the web console Ctrl+Shift+I

6. Enable Pause on exceptions


7. Reload the Chrome page


No comments:

Post a Comment