react-native-macos/ReactAndroid
Pieter De Baets 2afcea2b91 Track observed pointer-events using a single bitset
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
2022-10-07 04:44:48 -07:00
..
cmake-utils Expose rrc_image to consuming builds 2022-10-06 16:41:46 -07:00
hermes-engine Use NMake generator for Hermes build on Windows (#34790) 2022-10-03 05:09:20 -07:00
libs Upgrade Android support library to version 28 in RN 2019-01-22 10:44:53 -08:00
src Track observed pointer-events using a single bitset 2022-10-07 04:44:48 -07:00
.npmignore Do not publish Android tests inside the NPM package 2022-05-23 12:28:33 -07:00
Android-prebuilt.mk Reduce the amount of C++ code in user space for RN-Tester 2022-09-12 12:48:43 -07:00
DevExperience.md Fix Dead links to documents in the comments (#32619) 2021-11-22 03:31:10 -08:00
README.md Update CONTRIBUTING.md, replace wiki links (#34035) 2022-06-21 19:30:23 -07:00
build.gradle Expose rrc_image to consuming builds 2022-10-06 16:41:46 -07:00
gradle.properties chore: re-align version to be 1000.0.0 on main everywhere (#34817) 2022-10-04 08:36:21 -07:00
proguard-rules.pro Cleanup OSS proguard rules and add @DoNotStripAny 2022-02-02 12:54:34 -08:00

README.md

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.