mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
cc36b89b17
Summary: The next step to making our existing timers logic usable outside of the context of the native module. This diff removes the bridge access through ReactContext in JavaTimerManager, and instead relies on a delegate that implements the JSTimers interface. I'm reusing the JSTimers interface for convenience even though it extends JavaScriptModule, which I don't plan on using for bridgeless RN. Also changing from ReadableArray to ReadableNativeArray so that it can be directly accessed from C++. Reviewed By: PeteTheHeat Differential Revision: D17282188 fbshipit-source-id: 5c5e0b12a2250334e96885c220feb52146e57c83
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.