You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.