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
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
21
+
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
22
+
ifrespond_to?(:install_modules_dependencies,true)
23
+
install_modules_dependencies(s)
24
+
else
25
+
s.dependency"React-Core"
20
26
21
-
# Don't install the dependencies when we run `pod install` in the old architecture.
0 commit comments