Implement prop diffing for nativeForegroundAndroid prop#48834
Closed
mdvacca wants to merge 7 commits into
Closed
Conversation
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D60001410 |
566016d to
8adf927
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D60001410 |
8adf927 to
dd5e40b
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D60001410 |
Summary: In this diff I'm overriding the getDiffProps for ViewProps. The goal is to verify what's the impact of calculating diffs of props in Android, starting with ViewProps. Once we verify what are the implication we will automatic implement this diffing. The full implementation of this method will be implemented in the following diffs changelog: [internal] internal Reviewed By: NickGerleman Differential Revision: D59969328
…48829) Summary: This diff implements the diffing for basic props of <View> changelog: [internal] internal Reviewed By: NickGerleman Differential Revision: D59972040
…48830) Summary: This diff implements the diffing for event props of <View> changelog: [internal] internal Reviewed By: javache Differential Revision: D59972038
…#48831) Summary: This diff implements the diffing for border props of <View> changelog: [internal] internal Reviewed By: sammy-SC Differential Revision: D59972037
…ook#48832) Summary: This diff implements the diffing for transform props of <View> changelog: [internal] internal Reviewed By: javache Differential Revision: D59972039
…acebook#48833) Summary: This diff implements the diffing for accessibility props of <View> changelog: [internal] internal Reviewed By: rshest Differential Revision: D59972041
Summary: Implement prop diffing for nativeForegroundAndroid prop changelog: [internal] internal Reviewed By: rshest Differential Revision: D60001410
dd5e40b to
429a517
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D60001410 |
Contributor
|
This pull request has been merged in 2c50e70. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Implement prop diffing for nativeForegroundAndroid prop
changelog: [internal] internal
Reviewed By: rshest
Differential Revision: D60001410