react-native/React/CxxBridge
David Aurelio 48c339ddc7 Add `RCTJavaScriptWillStartExecutingNotification`
Summary:
`RCTJavaScriptWillStartLoadingNotification` is being posted when starting the bridge, not when starting to execute JS code.

Here, we add `RCTJavaScriptWillStartExecutingNotification`, and in post it before executing JS with `RCTCxxBridge`.

Reviewed By: fromcelticpark

Differential Revision: D7153659

fbshipit-source-id: 902075308d54a47bef43b6f57edf2e624f621ceb
2018-03-06 11:05:25 -08:00
..
NSDataBigString.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
NSDataBigString.mm Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTCxxBridge.mm Add `RCTJavaScriptWillStartExecutingNotification` 2018-03-06 11:05:25 -08:00
RCTCxxBridgeDelegate.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTJSCHelpers.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTJSCHelpers.mm Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTMessageThread.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTMessageThread.mm Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTObjcExecutor.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTObjcExecutor.mm Use complete type with unique_ptr 2018-02-28 15:03:25 -08:00