react-native-macos/ReactAndroid
Tim Yung f6b8736b09 RN: Update ViewConfig for ScrollView
Summary:
Updates `ReactScrollViewManager` and the `ViewConfig` for `ScrollView` so that they are equivalent.

- `inverted` was missing.
- `contentOffset` was missing differ on Android. (However, there does not seem to be any perceivable behavior difference besides the native `ViewConfig` being different.)

Changelog:
[Internal]

Reviewed By: JoshuaGross

Differential Revision: D25084470

fbshipit-source-id: 8bea3b7a692c1038819a4147b174583a4faa71e9
2020-11-19 02:52:00 -08:00
..
libs
src RN: Update ViewConfig for ScrollView 2020-11-19 02:52:00 -08:00
.npmignore
Android-prebuilt.mk More reliable way to get ReactAndroid build dir in Android-prebuilt.mk (#30222) 2020-10-27 10:06:58 -07:00
DevExperience.md Updating the URLs to point at new domain name reactnative.dev 2020-02-24 13:09:11 -08:00
README.md Updating the URLs to point at new domain name reactnative.dev 2020-02-24 13:09:11 -08:00
build.gradle Android OSS: Solve some Javadoc warning due to missing dependencies 2020-11-17 18:27:35 -08:00
gradle.properties bump okio to 1.17.5 (#30204) 2020-10-27 12:13:34 -07:00
proguard-rules.pro TM Android proguard: keep com.facebook.react.turbomodule.core.** 2020-11-09 02:24:41 -08:00
release.gradle Android OSS: Solve some Javadoc warning due to missing dependencies 2020-11-17 18:27:35 -08:00

README.md

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.