Open
Description
Introduction
Is it possible to improve the experience of integrating React Native into existing native iOS projects by directly managing versions through CocoaPods?
Details
I hope React Native can offer a more streamlined way to integrate into existing iOS projects while keeping native code and JavaScript code separated for better management. For example, something like
pod "React", "0.76.0"
and the current integration script is too complex; is it possible to simplify it?
Discussion points
1、Provide a simpler integration method, such as: pod 'React', '0.76.0'.
2、Reduce the integration ruby script.
Metadata
Metadata
Assignees
Labels
No labels