mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-17 04:29:16 +08:00
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
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.