@@ -6,10 +6,14 @@ require_relative "#{$node_modules_path}/@react-native-community/cli-platform-ios
66
77target 'example' do
88 # Pods for example
9+ pod 'FBLazyVector' , :path => "#{ $node_modules_path} /react-native/Libraries/FBLazyVector"
10+ pod 'FBReactNativeSpec' , :path => "#{ $node_modules_path} /react-native/Libraries/FBReactNativeSpec"
11+ pod 'RCTRequired' , :path => "#{ $node_modules_path} /react-native/Libraries/RCTRequired"
12+ pod 'RCTTypeSafety' , :path => "#{ $node_modules_path} /react-native/Libraries/TypeSafety"
13+
914 pod 'React' , :path => "#{ $node_modules_path} /react-native"
10- pod 'React-Core' , :path => "#{ $node_modules_path} /react-native/React"
11- pod 'React-DevSupport' , :path => "#{ $node_modules_path} /react-native/React"
12- pod 'React-fishhook' , :path => "#{ $node_modules_path} /react-native/Libraries/fishhook"
15+ pod 'React-CoreModules' , :path => "#{ $node_modules_path} /react-native/React/CoreModules"
16+ pod 'React-Core/DevSupport' , :path => "#{ $node_modules_path} /react-native/"
1317 pod 'React-RCTActionSheet' , :path => "#{ $node_modules_path} /react-native/Libraries/ActionSheetIOS"
1418 pod 'React-RCTAnimation' , :path => "#{ $node_modules_path} /react-native/Libraries/NativeAnimation"
1519 pod 'React-RCTBlob' , :path => "#{ $node_modules_path} /react-native/Libraries/Blob"
@@ -19,17 +23,19 @@ target 'example' do
1923 pod 'React-RCTSettings' , :path => "#{ $node_modules_path} /react-native/Libraries/Settings"
2024 pod 'React-RCTText' , :path => "#{ $node_modules_path} /react-native/Libraries/Text"
2125 pod 'React-RCTVibration' , :path => "#{ $node_modules_path} /react-native/Libraries/Vibration"
22- pod 'React-RCTWebSocket' , :path => "#{ $node_modules_path} /react-native/Libraries/WebSocket "
26+ pod 'React-Core/ RCTWebSocket' , :path => "#{ $node_modules_path} /react-native/"
2327
2428 pod 'React-cxxreact' , :path => "#{ $node_modules_path} /react-native/ReactCommon/cxxreact"
2529 pod 'React-jsi' , :path => "#{ $node_modules_path} /react-native/ReactCommon/jsi"
2630 pod 'React-jsiexecutor' , :path => "#{ $node_modules_path} /react-native/ReactCommon/jsiexecutor"
2731 pod 'React-jsinspector' , :path => "#{ $node_modules_path} /react-native/ReactCommon/jsinspector"
28- pod 'yoga' , :path => "#{ $node_modules_path} /react-native/ReactCommon/yoga"
32+ pod 'ReactCommon/jscallinvoker' , :path => "#{ $node_modules_path} /react-native/ReactCommon"
33+ pod 'ReactCommon/turbomodule/core' , :path => "#{ $node_modules_path} /react-native/ReactCommon"
34+ pod 'Yoga' , :path => "#{ $node_modules_path} /react-native/ReactCommon/yoga"
2935
3036 pod 'DoubleConversion' , :podspec => "#{ $node_modules_path} /react-native/third-party-podspecs/DoubleConversion.podspec"
3137 pod 'glog' , :podspec => "#{ $node_modules_path} /react-native/third-party-podspecs/glog.podspec"
3238 pod 'Folly' , :podspec => "#{ $node_modules_path} /react-native/third-party-podspecs/Folly.podspec"
3339
34- use_native_modules! ( "../.." )
40+ use_native_modules!
3541end
0 commit comments