mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
04f746d372
Summary: When TouchEvent is created in RN, we're currently using System.currentTimeMillis - but this can differ from the MotionEvent timestamp by a few milliseconds. This difference is very minor but makes it challenging to implement touch telemetry. It's easy and should be zero-impact otherwise to align the timestamps. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D31183733 fbshipit-source-id: 5b275ee534658dc429beb1d3cec0c83a779b5ea3
Building React Native for Android
See the docs on the wiki.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.