Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RNW to 18.7 #6

Merged
merged 92 commits into from
Aug 9, 2022
Merged

Update RNW to 18.7 #6

merged 92 commits into from
Aug 9, 2022

Conversation

roryabraham
Copy link

@roryabraham roryabraham commented Aug 6, 2022

Just updating this repo from the upstream, and resolved conflicts.

The easiest way to review this PR will be to:

  1. Look at the PRs we've merged in the fork, try to understand them. There's only three:

  2. Look at the upstream PRs associated with the PRs we've merged into our fork:

  3. Only manually review the files touched by the PR's we've merged, by looking at the diff of that file between this branch and the upstream master.

    • packages/react-native-web/src/vendor/react-native/VirtualizedList/index.js
    • packages/react-native-web/src/exports/Text/tests/snapshots/index-test.js.snap (should now be exactly up-to-date with upstream)
    • packages/react-native-web/src/exports/Text/index.js (should now be exactly up-to-date with upstream)

    Tip to make this easier:

    # Clone this repo, if needed
    git clone [email protected]:Expensify/react-native-web.git
    cd react-native-web
    git checkout master
    git pull
    
    # Add the upstream, if needed
    git remote add upstream [email protected]:necolas/react-native-web.git 
    
    # Checkout this branch
    git checkout Rory-UpdateTo18.7
    
    # Compare the files in question against the upstream master:
    git diff upstream/master \
        packages/react-native-web/src/vendor/react-native/VirtualizedList/index.js \
        packages/react-native-web/src/exports/Text/__tests__/__snapshots__/index-test.js.snap \
        packages/react-native-web/src/exports/Text/index.js

dependabot bot and others added 30 commits January 30, 2022 11:00
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.0.4 to 12.3.2.
- [Release notes](https://github.com/markdown-it/markdown-it/releases)
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](markdown-it/markdown-it@12.0.4...12.3.2)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.1 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.13.1...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.28 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.1.28...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Reverts the change made for necolas#2058, which is considered an avoidable
edge-case.

Fix necolas#2243
We only need to test against the baseline of css-modules.

Fix necolas#2210
Removes 'accessible', 'accessibilityState', and 'accessibilityValue' props.
* Improves React Native compatibility by making StyleSheet.create the identify function.
* Improves React 18 support by inserting styles on eval.
* Supports use with multiple windows (i.e., iframes) and shadow roots.
* Supports nested LTR/RTL layouts.
* Supports 3rd party compilers and extraction to static CSS.
* Fixes static and dynamic short/longform deduplication.
* Reduces browser support: Safari 10.1+, Chromium Edge, no IE, no legacy Android browsers.
* Removes automatic vendor-prefixing of inline styles (for better perf).
* Removes focus-visible polyfill as modern browsers no longer show focus rings for mouse interactions.

Close necolas#2208
Fix necolas#2138
Fix necolas#2196
Fix necolas#2007
Fix necolas#1517
Also add node-based unit tests for SSR APIs.
Remove libraries from benchmarks as comparison to css-modules baseline is what
matters. This makes benchmark builds faster and will reduce how often people
open PRs asking for their library to be included.

Close necolas#2210
* Control writing direction using 'dir' and 'lang' props.
* Change the compiler output for RTL styles polyfill.
* Export 'useLocaleContext' for working with writing direction context.
* Turn I18nManager into a mock API
necolas and others added 23 commits July 3, 2022 17:08
Configure babel preset-env to match the documentation's browser support
list.
Match react-native >=0.65

Fix necolas#2329
Long-press with a touch on a Pressable does not suppress the contextmenu
on Windows. On iOS and Android, the contextmenu is triggered while the
pointer is down, after a certain length of time. However, on Windows,
the contextmenu is displayed after pointerup (with the same timestamp as
pointerup), whether triggered by a mouse right-click or a touch
long-press.

Fix necolas#2296
Close necolas#2316
Refactor ResponderTouchHistoryStore from singleton to class instantiated
in ResponderSystem. This is a part of greater effort to enable support
for multiple browser windows

Close necolas#2190
# Conflicts:
#	packages/react-native-web/src/exports/Text/__tests__/__snapshots__/index-test.js.snap
#	packages/react-native-web/src/exports/Text/index.js
#	packages/react-native-web/src/vendor/react-native/VirtualizedList/index.js
@roryabraham roryabraham requested a review from AndrewGable August 6, 2022 00:44
@github-actions
Copy link

github-actions bot commented Aug 6, 2022

Size change: -16.92 kB 🟢
Total size: 114.51 kB

Filename: gzip (minify) kB size kB change % change
./packages/react-native-web/dist/exports/AccessibilityInfo/index.js 0.47 (1.44) -0.01 (-0.04) -1.5% (-3.0%) 🟢
./packages/react-native-web/dist/exports/ActivityIndicator/index.js 0.83 (1.73) -0.17 (-0.30) -17.4% (-14.9%) 🟢
./packages/react-native-web/dist/exports/Alert/index.js 0.06 (0.05) -0.02 (-0.04) -23.2% (-43.8%) 🟢
./packages/react-native-web/dist/exports/Appearance/index.js 0.33 (0.59) -0.01 (-0.05) -1.8% (-7.2%) 🟢
./packages/react-native-web/dist/exports/AppRegistry/index.js 0.79 (2.16) -0.25 (-0.82) -24.0% (-27.5%) 🟢
./packages/react-native-web/dist/exports/AppRegistry/renderApplication.js 0.41 (0.81) -0.11 (-0.22) -21.0% (-21.4%) 🟢
./packages/react-native-web/dist/exports/AppState/index.js 0.71 (1.61) -0.10 (-0.23) -12.5% (-12.6%) 🟢
./packages/react-native-web/dist/exports/BackHandler/index.js 0.13 (0.17) -0.00 (-0.01) -2.3% (-6.5%)
./packages/react-native-web/dist/exports/Button/index.js 0.45 (0.85) -0.00 (-0.01) -0.9% (-0.9%)
./packages/react-native-web/dist/exports/CheckBox/index.js 1.44 (2.81) -0.38 (-0.94) -20.7% (-25.2%) 🟢
./packages/react-native-web/dist/exports/Clipboard/index.js 0.39 (0.72) -0.01 (-0.06) -3.0% (-7.6%) 🟢
./packages/react-native-web/dist/exports/createElement/index.js 0.27 (0.50) -0.01 (+0.04) -4.9% (+8.0%) 🟢
./packages/react-native-web/dist/exports/DeviceInfo/index.js 0.30 (0.67) -0.01 (-0.01) -4.1% (-0.9%) 🟢
./packages/react-native-web/dist/exports/Dimensions/index.js 0.54 (1.24) -0.01 (-0.08) -2.2% (-6.1%) 🟢
./packages/react-native-web/dist/exports/findNodeHandle/index.js 0.12 (0.14) -0.01 (-0.01) -3.9% (-5.6%) 🟢
./packages/react-native-web/dist/exports/I18nManager/index.js 0.10 (0.10) -0.23 (-0.71) -69.3% (-87.6%) 🟢
./packages/react-native-web/dist/exports/Image/index.js 2.36 (5.59) -0.37 (-1.07) -13.4% (-16.0%) 🟢
./packages/react-native-web/dist/exports/ImageBackground/index.js 0.42 (0.83) -0.16 (-0.26) -27.7% (-24.2%) 🟢
./packages/react-native-web/dist/exports/InteractionManager/index.js 0.31 (0.58) -0.01 (-0.06) -3.1% (-9.9%) 🟢
./packages/react-native-web/dist/exports/Keyboard/index.js 0.14 (0.20) -0.01 (-0.04) -5.3% (-18.1%) 🟢
./packages/react-native-web/dist/exports/KeyboardAvoidingView/index.js 0.44 (0.84) -0.29 (-0.70) -39.7% (-45.6%) 🟢
./packages/react-native-web/dist/exports/Linking/index.js 0.59 (1.16) -0.01 (-0.07) -1.8% (-6.0%) 🟢
./packages/react-native-web/dist/exports/LogBox/index.js 0.08 (0.09) -0.01 (-0.04) -10.6% (-27.7%) 🟢
./packages/react-native-web/dist/exports/Modal/index.js 0.72 (1.84) +0.10 (+0.23) +16.5% (+14.3%) 🔴
./packages/react-native-web/dist/exports/Modal/ModalAnimation.js 0.72 (1.85) -0.00 (-0.02) -0.3% (-1.0%)
./packages/react-native-web/dist/exports/Modal/ModalContent.js 0.60 (1.19) +0.07 (+0.22) +14.3% (+22.7%) 🔴
./packages/react-native-web/dist/exports/Modal/ModalFocusTrap.js 0.71 (1.91) -0.01 (-0.06) -1.5% (-3.0%) 🟢
./packages/react-native-web/dist/exports/Modal/ModalPortal.js 0.28 (0.52) -0.01 (-0.02) -4.1% (-3.9%) 🟢
./packages/react-native-web/dist/exports/PanResponder/Alternative.js 0.93 (3.23) -0.01 (-0.18) -0.7% (-5.3%) 🟢
./packages/react-native-web/dist/exports/PermissionsAndroid/index.js 0.14 (0.21) -0.01 (-0.01) -9.2% (-6.8%) 🟢
./packages/react-native-web/dist/exports/Picker/index.js 0.56 (1.16) -0.30 (-0.76) -34.6% (-39.8%) 🟢
./packages/react-native-web/dist/exports/Picker/PickerItem.js 0.16 (0.20) +0.01 (+0.01) +3.2% (+4.6%)
./packages/react-native-web/dist/exports/PixelRatio/index.js 0.20 (0.36) -0.02 (-0.04) -9.3% (-10.6%) 🟢
./packages/react-native-web/dist/exports/Platform/index.js 0.14 (0.14) -0.01 (-0.02) -4.2% (-10.5%) 🟢
./packages/react-native-web/dist/exports/Pressable/index.js 1.06 (2.48) -0.15 (-0.27) -12.3% (-9.8%) 🟢
./packages/react-native-web/dist/exports/processColor/index.js 0.15 (0.18) -0.01 (-0.01) -3.2% (-4.2%) 🟢
./packages/react-native-web/dist/exports/ProgressBar/index.js 0.66 (1.34) -0.22 (-0.35) -25.1% (-20.8%) 🟢
./packages/react-native-web/dist/exports/RefreshControl/index.js 0.30 (0.56) -0.06 (-0.07) -16.8% (-10.6%) 🟢
./packages/react-native-web/dist/exports/render/index.js 0.15 (0.26) +0.08 (+0.18) +101.3% (+236.8%) 🔴
./packages/react-native-web/dist/exports/SafeAreaView/index.js 0.44 (0.95) -0.17 (-0.27) -28.2% (-22.1%) 🟢
./packages/react-native-web/dist/exports/ScrollView/index.js 2.14 (6.25) -0.32 (-0.99) -13.1% (-13.7%) 🟢
./packages/react-native-web/dist/exports/ScrollView/ScrollViewBase.js 0.86 (2.09) -0.16 (-0.28) -15.6% (-11.8%) 🟢
./packages/react-native-web/dist/exports/Share/index.js 0.38 (0.74) -0.18 (-0.42) -32.5% (-36.1%) 🟢
./packages/react-native-web/dist/exports/StatusBar/index.js 0.17 (0.29) +0.00 (-0.01) +0.6% (-2.0%)
./packages/react-native-web/dist/exports/StyleSheet/compile.js 0.00 (0.00) -1.63 (-4.43) -100.0% (-100.0%) 🟢
./packages/react-native-web/dist/exports/StyleSheet/constants.js 0.00 (0.00) -0.54 (-1.35) -100.0% (-100.0%) 🟢
./packages/react-native-web/dist/exports/StyleSheet/createCompileableStyle.js 0.00 (0.00) -0.55 (-1.31) -100.0% (-100.0%) 🟢
./packages/react-native-web/dist/exports/StyleSheet/createCSSStyleSheet.js 0.00 (0.00) -0.23 (-0.32) -100.0% (-100.0%) 🟢
./packages/react-native-web/dist/exports/StyleSheet/createOrderedCSSStyleSheet.js 0.00 (0.00) -0.69 (-1.40) -100.0% (-100.0%) 🟢
./packages/react-native-web/dist/exports/StyleSheet/createReactDOMStyle.js 0.00 (0.00) -0.90 (-1.96) -100.0% (-100.0%) 🟢
./packages/react-native-web/dist/exports/StyleSheet/createStyleResolver.js 0.00 (0.00) -1.33 (-3.33) -100.0% (-100.0%) 🟢
./packages/react-native-web/dist/exports/StyleSheet/css.js 0.00 (0.00) -0.12 (-0.13) -100.0% (-100.0%) 🟢
./packages/react-native-web/dist/exports/StyleSheet/flattenStyle.js 0.00 (0.00) -0.31 (-0.49) -100.0% (-100.0%) 🟢
./packages/react-native-web/dist/exports/StyleSheet/i18nStyle.js 0.00 (0.00) -0.84 (-2.62) -100.0% (-100.0%) 🟢
./packages/react-native-web/dist/exports/StyleSheet/index.js 1.06 (2.34) +0.89 (+2.10) +502.8% (+876.2%) 🔴
./packages/react-native-web/dist/exports/StyleSheet/initialRules.js 0.00 (0.00) -0.22 (-0.40) -100.0% (-100.0%) 🟢
./packages/react-native-web/dist/exports/StyleSheet/modality.js 0.00 (0.00) -0.85 (-2.52) -100.0% (-100.0%) 🟢
./packages/react-native-web/dist/exports/StyleSheet/normalizeValueWithProperty.js 0.00 (0.00) -0.27 (-0.49) -100.0% (-100.0%) 🟢
./packages/react-native-web/dist/exports/StyleSheet/ReactNativePropRegistry.js 0.00 (0.00) -0.31 (-0.50) -100.0% (-100.0%) 🟢
./packages/react-native-web/dist/exports/StyleSheet/resolveShadowValue.js 0.00 (0.00) -0.28 (-0.54) -100.0% (-100.0%) 🟢
./packages/react-native-web/dist/exports/StyleSheet/styleResolver.js 0.00 (0.00) -0.09 (-0.12) -100.0% (-100.0%) 🟢
./packages/react-native-web/dist/exports/StyleSheet/StyleSheet.js 0.00 (0.00) -0.47 (-0.91) -100.0% (-100.0%) 🟢
./packages/react-native-web/dist/exports/StyleSheet/validate.js 0.62 (1.21) +0.14 (+0.39) +30.1% (+48.0%) 🔴
./packages/react-native-web/dist/exports/Switch/index.js 1.30 (3.31) -0.27 (-0.47) -17.2% (-12.5%) 🟢
./packages/react-native-web/dist/exports/Text/index.js 1.58 (4.45) -0.01 (+0.09) -0.3% (+2.2%) 🟢
./packages/react-native-web/dist/exports/TextInput/index.js 2.22 (5.81) -0.17 (-0.66) -7.2% (-10.2%) 🟢
./packages/react-native-web/dist/exports/Touchable/ensurePositiveDelayProps.js 0.18 (0.25) -0.00 (-0.01) -1.6% (-3.1%)
./packages/react-native-web/dist/exports/Touchable/index.js 3.14 (13.21) -0.31 (-0.79) -9.1% (-5.7%) 🟢
./packages/react-native-web/dist/exports/TouchableHighlight/index.js 1.03 (2.36) -0.15 (-0.27) -12.8% (-10.4%) 🟢
./packages/react-native-web/dist/exports/TouchableOpacity/index.js 0.92 (2.01) -0.15 (-0.28) -13.8% (-12.4%) 🟢
./packages/react-native-web/dist/exports/TouchableWithoutFeedback/index.js 0.60 (1.35) -0.02 (-0.05) -3.2% (-3.6%) 🟢
./packages/react-native-web/dist/exports/UIManager/index.js 0.66 (1.29) -0.01 (-0.10) -1.9% (-7.5%) 🟢
./packages/react-native-web/dist/exports/useColorScheme/index.js 0.19 (0.27) -0.01 (-0.07) -5.4% (-19.4%) 🟢
./packages/react-native-web/dist/exports/useWindowDimensions/index.js 0.23 (0.39) -0.01 (-0.03) -2.1% (-7.4%) 🟢
./packages/react-native-web/dist/exports/Vibration/index.js 0.14 (0.18) -0.01 (-0.03) -8.2% (-14.1%) 🟢
./packages/react-native-web/dist/exports/View/index.js 1.35 (3.78) -0.05 (-0.04) -3.8% (-1.1%) 🟢
./packages/react-native-web/dist/exports/YellowBox/index.js 0.16 (0.21) -0.00 (-0.01) -0.6% (-2.7%)
./packages/react-native-web/dist/index.js 0.84 (4.08) +0.01 (+0.06) +1.6% (+1.4%) 🟡
./packages/react-native-web/dist/modules/AccessibilityUtil/isDisabled.js 0.12 (0.14) -0.02 (-0.02) -12.7% (-10.9%) 🟢
./packages/react-native-web/dist/modules/AccessibilityUtil/propsToAriaRole.js 0.24 (0.36) -0.00 (-0.01) -1.2% (-2.2%)
./packages/react-native-web/dist/modules/createDOMProps/index.js 1.89 (5.84) -0.41 (-1.03) -18.0% (-15.0%) 🟢
./packages/react-native-web/dist/modules/createEventHandle/index.js 0.50 (1.06) -0.02 (-0.05) -3.5% (-4.7%) 🟢
./packages/react-native-web/dist/modules/dismissKeyboard/index.js 0.13 (0.17) -0.00 (-0.01) -3.0% (-3.4%)
./packages/react-native-web/dist/modules/flattenArray/index.js 0.00 (0.00) -0.15 (-0.18) -100.0% (-100.0%) 🟢
./packages/react-native-web/dist/modules/forwardedProps/index.js 0.58 (1.88) -0.01 (-0.06) -1.4% (-3.0%) 🟢
./packages/react-native-web/dist/modules/getBoundingClientRect/index.js 0.13 (0.17) -0.00 (-0.01) -2.3% (-4.4%)
./packages/react-native-web/dist/modules/ImageLoader/index.js 0.73 (1.58) -0.03 (-0.11) -3.6% (-6.6%) 🟢
./packages/react-native-web/dist/modules/isWebColor/index.js 0.11 (0.12) -0.01 (-0.02) -10.9% (-11.7%) 🟢
./packages/react-native-web/dist/modules/mergeRefs/index.js 0.26 (0.34) -0.00 (-0.01) -0.4% (-2.8%)
./packages/react-native-web/dist/modules/modality/index.js 1.18 (4.35) -0.03 (-0.05) -2.1% (-1.1%) 🟢
./packages/react-native-web/dist/modules/multiplyStyleLengthValue/index.js 0.23 (0.29) -0.01 (-0.05) -6.2% (-13.9%) 🟢
./packages/react-native-web/dist/modules/pick/index.js 0.12 (0.11) -0.02 (-0.03) -11.7% (-19.0%) 🟢
./packages/react-native-web/dist/modules/prefixStyles/index.js 0.12 (0.17) -0.10 (-0.16) -44.2% (-48.8%) 🟢
./packages/react-native-web/dist/modules/prefixStyles/static.js 0.56 (1.64) -0.40 (-1.34) -41.4% (-45.0%) 🟢
./packages/react-native-web/dist/modules/requestIdleCallback/index.js 0.26 (0.51) -0.02 (-0.04) -6.5% (-7.2%) 🟢
./packages/react-native-web/dist/modules/TextInputState/index.js 0.22 (0.49) -0.01 (-0.03) -2.3% (-5.3%) 🟢
./packages/react-native-web/dist/modules/UnimplementedView/index.js 0.27 (0.40) -0.14 (-0.38) -34.4% (-49.0%) 🟢
./packages/react-native-web/dist/modules/unitlessNumbers/index.js 0.45 (0.92) -0.01 (-0.04) -2.4% (-3.7%) 🟢
./packages/react-native-web/dist/modules/useElementLayout/index.js 0.66 (1.30) -0.02 (-0.07) -2.9% (-5.3%) 🟢
./packages/react-native-web/dist/modules/useEvent/index.js 0.24 (0.42) -0.01 (-0.06) -4.0% (-13.3%) 🟢
./packages/react-native-web/dist/modules/useHover/index.js 0.71 (1.64) -0.00 (-0.02) -0.6% (-1.3%)
./packages/react-native-web/dist/modules/useLayoutEffect/index.js 0.12 (0.18) -0.02 (-0.02) -15.1% (-8.8%) 🟢
./packages/react-native-web/dist/modules/useMergeRefs/index.js 0.17 (0.22) -0.02 (-0.03) -8.9% (-12.8%) 🟢
./packages/react-native-web/dist/modules/usePlatformMethods/index.js 0.54 (1.10) -0.20 (-0.71) -27.2% (-39.4%) 🟢
./packages/react-native-web/dist/modules/usePressEvents/index.js 0.23 (0.36) -0.01 (-0.03) -2.5% (-8.0%) 🟢
./packages/react-native-web/dist/modules/usePressEvents/PressResponder.js 1.93 (7.14) -0.08 (-0.29) -4.0% (-4.0%) 🟢
./packages/react-native-web/dist/modules/useResponderEvents/createResponderEvent.js 0.74 (1.76) -0.03 (-0.15) -3.8% (-8.0%) 🟢
./packages/react-native-web/dist/modules/useResponderEvents/index.js 0.44 (1.05) -0.01 (-0.05) -1.1% (-4.2%) 🟢
./packages/react-native-web/dist/modules/useResponderEvents/ResponderSystem.js 1.88 (6.11) -0.01 (+0.07) -0.3% (+1.2%) 🟢
./packages/react-native-web/dist/modules/useResponderEvents/ResponderTouchHistoryStore.js 1.07 (3.38) +0.02 (-0.09) +1.6% (-2.6%) 🟡
./packages/react-native-web/dist/vendor/hash/index.js 0.29 (0.70) -0.01 (-0.02) -2.3% (-2.4%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/Animated.js 0.28 (0.72) -0.26 (-0.69) -48.1% (-48.9%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/AnimatedEvent.js 1.13 (3.04) -0.02 (-0.23) -1.9% (-7.1%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/AnimatedImplementation.js 1.61 (5.89) -0.22 (-0.77) -12.2% (-11.6%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/AnimatedMock.js 0.61 (1.94) -0.24 (-0.74) -28.5% (-27.7%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/animations/Animation.js 0.38 (0.88) -0.03 (-0.11) -6.6% (-11.0%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/animations/DecayAnimation.js 0.55 (1.33) -0.13 (-0.38) -19.4% (-22.2%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/animations/SpringAnimation.js 1.53 (4.72) -0.14 (-0.34) -8.4% (-6.6%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/animations/TimingAnimation.js 0.78 (2.15) -0.16 (-0.36) -17.0% (-14.3%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/components/AnimatedFlatList.js 0.23 (0.39) -0.11 (-0.20) -33.3% (-34.2%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/components/AnimatedScrollView.js 0.24 (0.42) -0.11 (-0.20) -31.9% (-32.7%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/components/AnimatedSectionList.js 0.23 (0.41) -0.11 (-0.20) -32.0% (-33.4%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/createAnimatedComponent.js 1.63 (4.92) -0.52 (-1.45) -24.2% (-22.8%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/Easing.js 0.46 (1.00) -0.02 (-0.20) -5.0% (-16.5%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/nodes/AnimatedAddition.js 0.34 (0.87) -0.15 (-0.43) -30.3% (-33.3%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js 0.36 (0.84) -0.15 (-0.42) -29.2% (-33.5%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/nodes/AnimatedDivision.js 0.46 (1.22) -0.15 (-0.43) -24.0% (-26.2%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/nodes/AnimatedInterpolation.js 1.54 (4.05) -0.35 (-1.21) -18.6% (-22.9%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/nodes/AnimatedModulo.js 0.30 (0.69) -0.14 (-0.43) -32.0% (-38.7%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/nodes/AnimatedMultiplication.js 0.34 (0.89) -0.14 (-0.43) -29.5% (-32.9%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/nodes/AnimatedNode.js 0.81 (2.57) -0.05 (-0.28) -5.9% (-9.7%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/nodes/AnimatedProps.js 0.73 (2.45) -0.37 (-1.17) -33.6% (-32.3%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/nodes/AnimatedStyle.js 0.59 (1.77) -0.37 (-1.13) -38.8% (-38.9%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/nodes/AnimatedSubtraction.js 0.34 (0.88) -0.14 (-0.43) -29.6% (-33.1%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/nodes/AnimatedTracking.js 0.48 (1.30) -0.39 (-1.11) -44.4% (-46.1%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/nodes/AnimatedTransform.js 0.45 (1.33) -0.15 (-0.51) -25.0% (-27.9%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/nodes/AnimatedValue.js 0.80 (2.48) -0.16 (-0.60) -16.7% (-19.4%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/nodes/AnimatedValueXY.js 0.57 (1.57) -0.15 (-0.48) -21.4% (-23.2%) 🟢
./packages/react-native-web/dist/vendor/react-native/Animated/nodes/AnimatedWithChildren.js 0.51 (1.36) -0.55 (-1.28) -51.9% (-48.5%) 🟢
./packages/react-native-web/dist/vendor/react-native/Batchinator/index.js 0.28 (0.53) -0.04 (-0.09) -11.4% (-15.2%) 🟢
./packages/react-native-web/dist/vendor/react-native/emitter/_EmitterSubscription.js 0.17 (0.28) -0.13 (-0.34) -42.5% (-54.6%) 🟢
./packages/react-native-web/dist/vendor/react-native/emitter/_EventEmitter.js 0.57 (1.30) -0.02 (-0.12) -3.9% (-8.4%) 🟢
./packages/react-native-web/dist/vendor/react-native/emitter/_EventSubscription.js 0.12 (0.16) -0.02 (-0.04) -12.8% (-20.8%) 🟢
./packages/react-native-web/dist/vendor/react-native/emitter/_EventSubscriptionVendor.js 0.32 (0.72) -0.02 (-0.09) -6.0% (-10.6%) 🟢
./packages/react-native-web/dist/vendor/react-native/FillRateHelper/index.js 1.19 (3.41) -0.25 (-0.83) -17.3% (-19.6%) 🟢
./packages/react-native-web/dist/vendor/react-native/FlatList/index.js 1.76 (5.65) -0.41 (-1.10) -18.9% (-16.2%) 🟢
./packages/react-native-web/dist/vendor/react-native/infoLog/index.js 0.10 (0.09) -0.01 (-0.01) -10.9% (-13.7%) 🟢
./packages/react-native-web/dist/vendor/react-native/JSEventLoopWatchdog/index.js 0.48 (1.10) -0.01 (-0.05) -2.4% (-4.2%) 🟢
./packages/react-native-web/dist/vendor/react-native/LayoutAnimation/index.js 0.52 (1.23) -0.00 (-0.01) -0.4% (-0.7%)
./packages/react-native-web/dist/vendor/react-native/NativeEventEmitter/index.js 0.45 (1.11) -0.06 (-0.17) -11.0% (-13.0%) 🟢
./packages/react-native-web/dist/vendor/react-native/PanResponder/index.js 1.06 (4.00) -0.01 (-0.20) -1.1% (-4.8%) 🟢
./packages/react-native-web/dist/vendor/react-native/SectionList/index.js 0.53 (1.43) -0.45 (-1.42) -45.9% (-49.8%) 🟢
./packages/react-native-web/dist/vendor/react-native/StaticContainer/index.js 0.19 (0.25) -0.14 (-0.39) -42.6% (-60.4%) 🟢
./packages/react-native-web/dist/vendor/react-native/StaticRenderer/index.js 0.15 (0.20) -0.15 (-0.39) -49.3% (-65.9%) 🟢
./packages/react-native-web/dist/vendor/react-native/ViewabilityHelper/index.js 1.11 (2.49) -0.67 (-1.72) -37.5% (-40.9%) 🟢
./packages/react-native-web/dist/vendor/react-native/VirtualizedList/index.js 7.83 (29.12) -0.77 (-0.75) -9.0% (-2.5%) 🟢
./packages/react-native-web/dist/vendor/react-native/VirtualizedList/VirtualizedListContext.js 0.50 (1.48) -0.24 (-0.70) -32.1% (-32.2%) 🟢
./packages/react-native-web/dist/vendor/react-native/VirtualizedSectionList/index.js 2.12 (6.50) -0.89 (-2.94) -29.6% (-31.1%) 🟢
./packages/react-native-web/dist/vendor/react-native/VirtualizeUtils/index.js 0.86 (1.55) -0.03 (-0.17) -3.2% (-9.8%) 🟢
./packages/react-native-web/dist/exports/StyleSheet/compiler/createReactDOMStyle.js 1.22 (2.93) +1.22 (+2.93) +100.0% (+100.0%) 🔴
./packages/react-native-web/dist/exports/StyleSheet/compiler/hash.js 0.29 (0.70) +0.29 (+0.70) +100.0% (+100.0%) 🔴
./packages/react-native-web/dist/exports/StyleSheet/compiler/hyphenateStyleName.js 0.20 (0.29) +0.20 (+0.29) +100.0% (+100.0%) 🔴
./packages/react-native-web/dist/exports/StyleSheet/compiler/index.js 2.22 (6.25) +2.22 (+6.25) +100.0% (+100.0%) 🔴
./packages/react-native-web/dist/exports/StyleSheet/compiler/normalizeColor.js 0.24 (0.37) +0.24 (+0.37) +100.0% (+100.0%) 🔴
./packages/react-native-web/dist/exports/StyleSheet/compiler/normalizeValueWithProperty.js 0.26 (0.46) +0.26 (+0.46) +100.0% (+100.0%) 🔴
./packages/react-native-web/dist/exports/StyleSheet/compiler/resolveShadowValue.js 0.26 (0.52) +0.26 (+0.52) +100.0% (+100.0%) 🔴
./packages/react-native-web/dist/exports/StyleSheet/compiler/unitlessNumbers.js 0.45 (0.92) +0.45 (+0.92) +100.0% (+100.0%) 🔴
./packages/react-native-web/dist/exports/StyleSheet/dom/createCSSStyleSheet.js 0.29 (0.43) +0.29 (+0.43) +100.0% (+100.0%) 🔴
./packages/react-native-web/dist/exports/StyleSheet/dom/createOrderedCSSStyleSheet.js 0.72 (1.43) +0.72 (+1.43) +100.0% (+100.0%) 🔴
./packages/react-native-web/dist/exports/StyleSheet/dom/index.js 0.56 (1.34) +0.56 (+1.34) +100.0% (+100.0%) 🔴
./packages/react-native-web/dist/exports/StyleSheet/preprocess.js 0.55 (1.49) +0.55 (+1.49) +100.0% (+100.0%) 🔴
./packages/react-native-web/dist/exports/useLocaleContext/index.js 0.07 (0.05) +0.07 (+0.05) +100.0% (+100.0%) 🔴
./packages/react-native-web/dist/modules/canUseDom/index.js 0.11 (0.12) +0.11 (+0.12) +100.0% (+100.0%) 🔴
./packages/react-native-web/dist/modules/useLocale/index.js 0.27 (0.52) +0.27 (+0.52) +100.0% (+100.0%) 🔴
./packages/react-native-web/dist/modules/useLocale/isLocaleRTL.js 0.31 (0.48) +0.31 (+0.48) +100.0% (+100.0%) 🔴
View unchanged
Filename: gzip (minify) kB size kB change % change
./packages/react-native-web/dist/exports/Animated/index.js 0.08 (0.09) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/AppRegistry/AppContainer.js 0.29 (0.56) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/DeviceEventEmitter/index.js 0.10 (0.14) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/DrawerLayoutAndroid/index.js 0.08 (0.10) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/Easing/index.js 0.09 (0.08) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/FlatList/index.js 0.08 (0.08) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/Image/types.js 0.02 (0.00) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/InputAccessoryView/index.js 0.08 (0.10) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/LayoutAnimation/index.js 0.09 (0.10) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/NativeEventEmitter/index.js 0.09 (0.11) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/NativeModules/index.js 0.09 (0.10) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/PanResponder/index.js 0.09 (0.09) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/SectionList/index.js 0.09 (0.09) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/Settings/index.js 0.04 (0.02) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/Systrace/index.js 0.04 (0.02) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/Text/TextAncestorContext.js 0.09 (0.11) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/Text/types.js 0.02 (0.00) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/TextInput/types.js 0.02 (0.00) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/ToastAndroid/index.js 0.08 (0.10) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/Touchable/BoundingDimensions.js 0.25 (0.48) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/Touchable/Position.js 0.19 (0.31) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/TouchableNativeFeedback/index.js 0.08 (0.10) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/TVEventHandler/index.js 0.04 (0.02) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/unmountComponentAtNode/index.js 0.08 (0.08) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/View/types.js 0.02 (0.00) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/exports/VirtualizedList/index.js 0.09 (0.10) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/modules/AccessibilityUtil/index.js 0.14 (0.33) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/modules/AccessibilityUtil/propsToAccessibilityComponent.js 0.38 (0.66) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/modules/AssetRegistry/index.js 0.10 (0.12) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/modules/isSelectionValid/index.js 0.17 (0.23) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/modules/normalizeColor/index.js 0.23 (0.36) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/modules/ScrollResponder/index.js 1.48 (5.23) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/modules/setValueForStyles/dangerousStyleValue.js 0.19 (0.27) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/modules/setValueForStyles/index.js 0.20 (0.29) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/modules/useResponderEvents/ResponderEventTypes.js 0.34 (0.88) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/modules/useResponderEvents/utils.js 0.68 (1.43) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/modules/useStable/index.js 0.19 (0.26) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/types/index.js 0.02 (0.00) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/types/styles.js 0.02 (0.00) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/vendor/react-native/Animated/bezier.js 0.69 (1.43) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/vendor/react-native/Animated/components/AnimatedImage.js 0.13 (0.20) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/vendor/react-native/Animated/components/AnimatedText.js 0.13 (0.20) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/vendor/react-native/Animated/components/AnimatedView.js 0.13 (0.20) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/vendor/react-native/Animated/NativeAnimatedHelper.js 1.70 (7.65) 0.00 (-0.32) 0.0% (-4.0%)
./packages/react-native-web/dist/vendor/react-native/Animated/NativeAnimatedModule.js 0.10 (0.13) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/vendor/react-native/Animated/NativeAnimatedTurboModule.js 0.10 (0.14) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/vendor/react-native/Animated/SpringConfig.js 0.41 (0.92) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/vendor/react-native/deepDiffer/index.js 0.28 (0.54) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/vendor/react-native/emitter/EventEmitter.js 0.08 (0.08) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/vendor/react-native/emitter/EventSubscription.js 0.03 (0.01) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/vendor/react-native/NativeEventEmitter/RCTDeviceEventEmitter.js 0.07 (0.08) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/vendor/react-native/PooledClass/index.js 0.32 (0.62) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/vendor/react-native/TouchHistoryMath/index.js 0.39 (1.16) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/vendor/react-native/TurboModule/RCTExport.js 0.03 (0.01) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/vendor/react-native/TurboModule/TurboModuleRegistry.js 0.22 (0.30) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/vendor/react-native/Types/CoreEventTypes.js 0.03 (0.01) 0.00 (0.00) 0.0% (0.0%)
./packages/react-native-web/dist/vendor/react-native/Utilities/setAndForwardRef.js 0.17 (0.22) 0.00 (0.00) 0.0% (0.0%)

compressed-size-action

@AndrewGable
Copy link

This looks like it's going to be a problem

Screen Shot 2022-08-08 at 5 52 31 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.