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

Kotlinize CSSBackgroundDrawable #44543

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

NickGerleman
Copy link
Contributor

Summary:
This looked like starting with Android Studio Kotlinizer output, then fixing compilation errors, and lint warnings about naming (where previous member variables are shadowing).

Lots of opportunities for cleanup still here.

Changelog: [Internal]

Differential Revision: D57250729

@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 labels May 12, 2024
@facebook-github-bot
Copy link
Contributor

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

@analysis-bot
Copy link

analysis-bot commented May 12, 2024

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 19,558,976 +350
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 22,928,812 +52
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: a37111a
Branch: main

@facebook-github-bot
Copy link
Contributor

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

NickGerleman added a commit to NickGerleman/react-native that referenced this pull request May 12, 2024
Summary:
Pull Request resolved: facebook#44543

This looked like starting with Android Studio Kotlinizer output, then fixing compilation errors, then lint warnings about naming (where previous member variables are shadowing), and finally getting rid of null warnings by using `let? {}` blocks, and a pattern akin to JS `??=`, in more places

Lots of opportunities for cleanup still here.

Changelog: [Internal]

Differential Revision: D57250729
@facebook-github-bot
Copy link
Contributor

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

NickGerleman added a commit to NickGerleman/react-native that referenced this pull request May 16, 2024
Summary:
Pull Request resolved: facebook#44543

This looked like starting with Android Studio Kotlinizer output, then fixing compilation errors, then lint warnings about naming (where previous member variables are shadowing), and finally getting rid of null warnings by using `let? {}` blocks, and a pattern akin to JS `??=`, in more places

Lots of opportunities for cleanup still here.

Changelog: [Internal]

Reviewed By: rshest

Differential Revision: D57250729
NickGerleman and others added 4 commits May 17, 2024 04:17
Summary:
I didn't pay close enough attention resolving merge in between V1 to V2 of D57248205, and what I ultimately checked in was not correct. Fix the logic here.

Changelog: [Internal]

Differential Revision: D57488372
…id] Propagate layout direction to Android views

Differential Revision: D57248417
Summary: Changelog: Internal

Differential Revision: D57250750
Summary:
Pull Request resolved: facebook#44543

This looked like starting with Android Studio Kotlinizer output, then fixing compilation errors, then lint warnings about naming (where previous member variables are shadowing), and finally getting rid of null warnings by using `let? {}` blocks, and a pattern akin to JS `??=`, in more places

Lots of opportunities for cleanup still here.

Changelog: [Internal]

Reviewed By: rshest

Differential Revision: D57250729
@facebook-github-bot
Copy link
Contributor

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

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 p: Facebook Partner: Facebook Partner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants