We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1:大佬文章和官网关于使用rn源码都是基于Android,那如果我想用iOS修改源码的话? 2:源码修改后能编译出只属于自己的RN.aar吗? 3:我现在有一个原生App,其下有两个模块A和模块B,都使用RN,其中模块A为0.40,B为0.50(因为某些原因不能升级模块A,虽然可以把模块B降级到0.40但是我看上了0.50的性能)。基于此前提,有没有同时使用两个版本互不干扰的方案。
对于3,我个人的想法是直接把0.40源码和0.50源码拔下来,结合到一起,然后具体的jsbundle使用哪一块的源码就在入口判定,然后打出属于自己的aar包,来放到项目里使用。
求大佬指教
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1:大佬文章和官网关于使用rn源码都是基于Android,那如果我想用iOS修改源码的话?
2:源码修改后能编译出只属于自己的RN.aar吗?
3:我现在有一个原生App,其下有两个模块A和模块B,都使用RN,其中模块A为0.40,B为0.50(因为某些原因不能升级模块A,虽然可以把模块B降级到0.40但是我看上了0.50的性能)。基于此前提,有没有同时使用两个版本互不干扰的方案。
对于3,我个人的想法是直接把0.40源码和0.50源码拔下来,结合到一起,然后具体的jsbundle使用哪一块的源码就在入口判定,然后打出属于自己的aar包,来放到项目里使用。
求大佬指教
The text was updated successfully, but these errors were encountered: