My app will not boot, it will break with the exception:
Invalid regular expression: invalid group specifier name
no stack
run
NativeRunnable.java
handleCallback
Handler.java:873
dispatchMessage
Handler.java:99
dispatchMessage
MessageQueueThreadHandler.java:29
loop
Looper.java:209
run
MessageQueueThreadImpl.java:232
run
Thread.java:914
I found that in iOS or android, if I enabled live javascript debug, then the problem will not occur, but why?
The same error I got on xcode and android:
no stack', reason: 'Unhandled JS Exception: Invalid regular expression: invalid group specifier name
I have no idea where to dig? or where to debug? Any one can help?