Migrate YogaProps
to Kotlin
#1844
Reference in New Issue
Block a user
No description provided.
Delete Branch "mateoguzmana/feat/yoga-props"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Migrate com.facebook.yoga.YogaProps to Kotlin.
Test plan:
RN
Yoga
The latest updates on your projects. Learn more about Vercel for GitHub.
@cortinico has imported this pull request. If you are a Meta employee, you can view this in D79897771.
@cortinico has imported this pull request. If you are a Meta employee, you can view this in D79897771.
This is breaking a bunch of stuff internally because is made in a breaking manner.
Here an example of what breaks.
Source is from Litho:
55e28e5893/litho-core/src/main/java/com/facebook/litho/DebugLayoutNode.kt (L4)
Can you update this to use val so that it doesn't break with Litho?
See my comment
Thanks! Could you please take a second pass? I updated the possible getters to vals in
19b96f586e
.Landing this will be a bit more complicated that I thought. Leave it to me, I'll take care of it (we might have to resort to land the original version)
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.