mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
2afcea2b91
Summary: Noticed that we were using a different tag for each pointer event observed (and that weren't clearing these properly when recyling views). Each of these tags is a hashmap entry and a boxed boolean, so we can do much better by just using a single (boxed) integer. Changelog: [Internal] Reviewed By: rshest Differential Revision: D40077519 fbshipit-source-id: 130e78c3641eaedfa8787644b98763fd4367bc27
Building React Native for Android
See the Building from Source guide on the React Native website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing guide on the React Native website.