mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
0b266458ea
Summary: Right now we have a raw pointer to the js runtime in Java and we pass that to EventBeatManager's constructor; this diff adds a setter for the runtime ptr and removes it from the member initializer list, so that you can set it later from cpp instead. Q: Should I just rewrite this to use RuntimeExecutor instead? Reviewed By: shergin Differential Revision: D14318893 fbshipit-source-id: 1221dd5959927967bad870f15c901c15e5455874