react-native-macos/ReactAndroid
Luna Wei 402b00a513 Add isPrimary and other properties on PointerEvent
Summary: Changelog: [Internal] Add logic for `isPrimary` for PointerEvent object and set other properties to their default value

Reviewed By: javache

Differential Revision: D38363163

fbshipit-source-id: 5ec9de69fb5b34295f1da6daedd5c67e3bd3727e
2022-08-04 12:46:18 -07:00
..
cmake-utils Extend the RN Application.cmake file to support Android autolinking (#34082) 2022-06-28 03:53:19 -07:00
hermes-engine Bump SoLoader version to 0.10.4 2022-07-21 16:43:01 -07:00
libs Upgrade Android support library to version 28 in RN 2019-01-22 10:44:53 -08:00
src Add isPrimary and other properties on PointerEvent 2022-08-04 12:46:18 -07:00
.npmignore Do not publish Android tests inside the NPM package 2022-05-23 12:28:33 -07:00
Android-prebuilt.mk Bump boost for Android to 1.76 to align with iOS + fix (#33565) 2022-04-07 04:50:30 -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 Improve OSS systrace (#34252) 2022-07-27 10:54:35 -07:00
gradle.properties Improve OSS systrace (#34252) 2022-07-27 10:54:35 -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.