@@ -3,9 +3,14 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ
33
44target 'ProjectName' do
55 # Pods for ProjectName
6+ pod 'FBLazyVector' , :path => "../node_modules/react-native/Libraries/FBLazyVector"
7+ pod 'FBReactNativeSpec' , :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
8+ pod 'RCTRequired' , :path => "../node_modules/react-native/Libraries/RCTRequired"
9+ pod 'RCTTypeSafety' , :path => "../node_modules/react-native/Libraries/TypeSafety"
610 pod 'React' , :path => '../node_modules/react-native/'
7- pod 'React-Core' , :path => '../node_modules/react-native/React'
8- pod 'React-DevSupport' , :path => '../node_modules/react-native/React'
11+ pod 'React-Core' , :path => '../node_modules/react-native/'
12+ pod 'React-CoreModules' , :path => '../node_modules/react-native/React/CoreModules'
13+ pod 'React-Core/DevSupport' , :path => '../node_modules/react-native/'
914 pod 'React-RCTActionSheet' , :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
1015 pod 'React-RCTAnimation' , :path => '../node_modules/react-native/Libraries/NativeAnimation'
1116 pod 'React-RCTBlob' , :path => '../node_modules/react-native/Libraries/Blob'
@@ -15,13 +20,15 @@ target 'ProjectName' do
1520 pod 'React-RCTSettings' , :path => '../node_modules/react-native/Libraries/Settings'
1621 pod 'React-RCTText' , :path => '../node_modules/react-native/Libraries/Text'
1722 pod 'React-RCTVibration' , :path => '../node_modules/react-native/Libraries/Vibration'
18- pod 'React-RCTWebSocket' , :path => '../node_modules/react-native/Libraries/WebSocket '
23+ pod 'React-Core/ RCTWebSocket' , :path => '../node_modules/react-native/'
1924
2025 pod 'React-cxxreact' , :path => '../node_modules/react-native/ReactCommon/cxxreact'
2126 pod 'React-jsi' , :path => '../node_modules/react-native/ReactCommon/jsi'
2227 pod 'React-jsiexecutor' , :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
2328 pod 'React-jsinspector' , :path => '../node_modules/react-native/ReactCommon/jsinspector'
24- pod 'yoga' , :path => '../node_modules/react-native/ReactCommon/yoga'
29+ pod 'ReactCommon/jscallinvoker' , :path => "../node_modules/react-native/ReactCommon"
30+ pod 'ReactCommon/turbomodule/core' , :path => "../node_modules/react-native/ReactCommon"
31+ pod 'Yoga' , :path => '../node_modules/react-native/ReactCommon/yoga'
2532
2633 pod 'DoubleConversion' , :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
2734 pod 'glog' , :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
0 commit comments