diff --git a/src/injectDebugger.js b/src/injectDebugger.js index da55d7c..b08982c 100644 --- a/src/injectDebugger.js +++ b/src/injectDebugger.js @@ -23,6 +23,7 @@ export const inject = (modulePath, bundleCode, options) => { ''; const code = [ flag, + ' ', // Fix for RN ^0.44, it will skiped on Chrome for old versions of RN ' ', diff --git a/test/fixtures/debugger/0.21.expected.html b/test/fixtures/debugger/0.21.expected.html index b286a3a..acbda9e 100644 --- a/test/fixtures/debugger/0.21.expected.html +++ b/test/fixtures/debugger/0.21.expected.html @@ -130,6 +130,7 @@
Status: Loading...
+