-
Notifications
You must be signed in to change notification settings - Fork 127
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
Merge dynamic link library #756
Comments
There’s a lot of appetite to reduce the number of shared libraries, and @cortinico has started doing this on the Android side. |
Yup we're planning on merging .so on Android in the near future |
@cortinico Glad to get this information, great job!!! |
Also, did we have plan on iOS。 |
Nope we don't have a roadmap for this work, but I hope to be able to do it in H1. For what is worth, 0.74 will already ship with a reduction in number of |
@lucky-chen no, we currently don't have plans for iOS. |
Great dependency chart. May I ask what tool was used to automatically analyze the dependencies and generate this chart? |
Introduction
Merge dynamic link library
Details
ReacNative has a lot of dylib. complex dependencies between each other
It's difficult to understand and maintain
Discussion points
Can we merge the dylib? eg:
benefit
The text was updated successfully, but these errors were encountered: