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

Fixes regression of prop parsing for elevation #38959

Closed
wants to merge 1 commit into from

Conversation

rozele
Copy link
Contributor

@rozele rozele commented Aug 11, 2023

Summary:
When refactoring ViewProps in D47492635, elevation prop parsing was dropped. This restores it.

Changelog:

[General] [Fixed] - Fabric regression for elevation prop in Android

Differential Revision: D48269510

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner fb-exported labels Aug 11, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48269510

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48269510

rozele added a commit to rozele/react-native-macos that referenced this pull request Aug 11, 2023
Summary:
Pull Request resolved: facebook#38959

When refactoring ViewProps in D47492635, `elevation` prop parsing was dropped. This restores it.

## Changelog:
[General] [Fixed] - Fabric regression for elevation prop in Android

Reviewed By: mdvacca

Differential Revision: D48269510

fbshipit-source-id: 26dbc7dbdcaadb3dad537226656abd9aee4d05a9
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48269510

rozele added a commit to rozele/react-native-macos that referenced this pull request Aug 11, 2023
Summary:
Pull Request resolved: facebook#38959

When refactoring ViewProps in D47492635, `elevation` prop parsing was dropped. This restores it.

## Changelog:
[General] [Fixed] - Fabric regression for elevation prop in Android

Reviewed By: mdvacca

Differential Revision: D48269510

fbshipit-source-id: 9491a23103efe3a5b7314de7bfce17f9f5772138
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48269510

rozele added a commit to rozele/react-native-macos that referenced this pull request Aug 11, 2023
Summary:
Pull Request resolved: facebook#38959

When refactoring ViewProps in D47492635, `elevation` prop parsing was dropped. This restores it.

## Changelog:
[General] [Fixed] - Fabric regression for elevation prop in Android

Reviewed By: mdvacca

Differential Revision: D48269510

fbshipit-source-id: 336fad2fd53689102be80624e2b6c71d6d43c24b
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48269510

rozele added a commit to rozele/react-native-macos that referenced this pull request Aug 11, 2023
Summary:
Pull Request resolved: facebook#38959

When refactoring ViewProps in D47492635, `elevation` prop parsing was dropped. This restores it.

## Changelog:
[General] [Fixed] - Fabric regression for elevation prop in Android

Reviewed By: mdvacca

Differential Revision: D48269510

fbshipit-source-id: 615b12fff6ed0abe0a0e43cd80559f4dbc43a812
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48269510

rozele added a commit to rozele/react-native-macos that referenced this pull request Aug 11, 2023
Summary:
Pull Request resolved: facebook#38959

When refactoring ViewProps in D47492635, `elevation` prop parsing was dropped. This restores it.

## Changelog:
[General] [Fixed] - Fabric regression for elevation prop in Android

Reviewed By: sammy-SC, mdvacca

Differential Revision: D48269510

fbshipit-source-id: 240057665bd006b249ac7f95d231ec8d9fe42d5f
@analysis-bot
Copy link

analysis-bot commented Aug 11, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 8,946,905 +444
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 9,540,636 +441
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: dea9c35
Branch: main

Summary:
Pull Request resolved: facebook#38959

When refactoring ViewProps in D47492635, `elevation` prop parsing was dropped. This restores it.

## Changelog:
[General] [Fixed] - Fabric regression for elevation prop in Android

Reviewed By: sammy-SC, mdvacca

Differential Revision: D48269510

fbshipit-source-id: 2d35331639e2e7d850548e2dc93a16abb61e4735
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48269510

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 68c7cfe.

rozele added a commit to rozele/react-native-macos that referenced this pull request Aug 12, 2023
…book#38973)

Summary:
Pull Request resolved: facebook#38973

Original commit changeset: 6c00c2fcfdfd

Original Phabricator Diff: D47852371

When facebook#38674 and facebook#38959 are combined, they cause Android apps on Fabric to crash. facebook#38959 is the more urgent fix, so backing out facebook#38674.

## Changelog:
[General] [Fixed] - Rolling back change that broke e2e tests until we can figure out why the e2e tests are broken

Reviewed By: NickGerleman

Differential Revision: D48288752

fbshipit-source-id: 52dac650e0ca43ef094d28f5df4388bc98e20fb9
rozele added a commit to rozele/react-native-macos that referenced this pull request Aug 12, 2023
…book#38973)

Summary:
Pull Request resolved: facebook#38973

Original commit changeset: 6c00c2fcfdfd

Original Phabricator Diff: D47852371

When facebook#38674 and facebook#38959 are combined, they cause Android apps on Fabric to crash. facebook#38959 is the more urgent fix, so backing out facebook#38674.

## Changelog:
[General] [Fixed] - Rolling back change that broke e2e tests until we can figure out why the e2e tests are broken

Reviewed By: NickGerleman

Differential Revision: D48288752

fbshipit-source-id: d9c8b2d1b01ecf6532e92ef6dbce0a5be9c2b57b
rozele added a commit to rozele/react-native-macos that referenced this pull request Aug 12, 2023
…book#38973)

Summary:
Pull Request resolved: facebook#38973

Original commit changeset: 6c00c2fcfdfd

Original Phabricator Diff: D47852371

When facebook#38674 and facebook#38959 are combined, they cause Android apps on Fabric to crash. facebook#38959 is the more urgent fix, so backing out facebook#38674.

## Changelog:
[General] [Fixed] - Rolling back change that broke e2e tests until we can figure out why the e2e tests are broken

Reviewed By: NickGerleman

Differential Revision: D48288752

fbshipit-source-id: a3f8efe9bb2657a420a6af7f6b52af37e28d3f3f
facebook-github-bot pushed a commit that referenced this pull request Aug 12, 2023
Summary:
Pull Request resolved: #38973

Original commit changeset: 6c00c2fcfdfd

Original Phabricator Diff: D47852371

When #38674 and #38959 are combined, they cause Android apps on Fabric to crash. #38959 is the more urgent fix, so backing out #38674.

## Changelog:
[General] [Fixed] - Rolling back change that broke e2e tests until we can figure out why the e2e tests are broken

Reviewed By: NickGerleman

Differential Revision: D48288752

fbshipit-source-id: b52e28936bbebd21bd3b2f49f9a233f295ba6248
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants