-
-
Notifications
You must be signed in to change notification settings - Fork 847
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 RNMBXSources to new arch #3123
Conversation
@mfazekas I have a few questions with this PR:
Other than that, the PR seems to be ready. I'd remove the |
This was implemented in v8 but was not yet implemented in v10 this can be deleted. Now
Sure this can be deleted.
I think we'll face the same issue if the user takes a ref and calls the commend as soon as the ref is available.
|
Ok thanks for answering the comments, I'll remove the |
After checking deeper, I think I'll leave the |
@WoLewicki I think that's ok. (FWIW if we can me it into composition instead of inheritance and HOC that's even better, but it's not critical.) |
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 all
RNMBXSources
to new arch.