I'm debugging React Native in Chrome, app is running on an Android emulator on localhost.
Breakpoints in componentDidMount() are not being hit, but if I wrap some code in a setTimeout() to delay execution, the debugger hits the breapoint and pauses as expected?!