-
-
Notifications
You must be signed in to change notification settings - Fork 846
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
feat: migrate components to new arch #3136
Conversation
@mfazekas I have 2 questions here:
|
fun setId(layer: RNMBXTerrain, id: String?) { | ||
layer.iD = id | ||
} | ||
// TODO: it is not present in props so should we add it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
id
is not needed for terrain it's a singleton
Yes
|
Ok I pushed the changes with |
Looks good to me, v11 on iOS needs to be fixed, but that can be done later. |
PR adding New Architecture support to the library 🎉
We at Software Mansion have been working on improving support for the new architecture for quite a while now. If you need help with anything related to New Architecture, like:
or you just want to ask any questions, hit us up on [email protected]
Notes
PR migrating rest of the components to new arch and cleaning some code.