@@ -9,26 +9,32 @@ target 'StatusIm' do
99 # use_frameworks!
1010 require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
1111 # Pods for StatusIm
12+ pod 'FBLazyVector' , :path => "../node_modules/react-native/Libraries/FBLazyVector"
13+ pod 'FBReactNativeSpec' , :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
14+ pod 'RCTRequired' , :path => "../node_modules/react-native/Libraries/RCTRequired"
15+ pod 'RCTTypeSafety' , :path => "../node_modules/react-native/Libraries/TypeSafety"
1216 pod 'React' , :path => '../node_modules/react-native/'
13- pod 'React-Core' , :path => '../node_modules/react-native/React'
14- pod 'React-DevSupport' , :path => '../node_modules/react-native/React'
17+ pod 'React-Core' , :path => '../node_modules/react-native/'
18+ pod 'React-CoreModules' , :path => '../node_modules/react-native/React/CoreModules'
19+ pod 'React-Core/DevSupport' , :path => '../node_modules/react-native/'
1520 pod 'React-RCTActionSheet' , :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
1621 pod 'React-RCTAnimation' , :path => '../node_modules/react-native/Libraries/NativeAnimation'
1722 pod 'React-RCTBlob' , :path => '../node_modules/react-native/Libraries/Blob'
18- # RCTImage is required by react-native-svg
1923 pod 'React-RCTImage' , :path => '../node_modules/react-native/Libraries/Image'
2024 pod 'React-RCTLinking' , :path => '../node_modules/react-native/Libraries/LinkingIOS'
2125 pod 'React-RCTNetwork' , :path => '../node_modules/react-native/Libraries/Network'
2226 pod 'React-RCTSettings' , :path => '../node_modules/react-native/Libraries/Settings'
2327 pod 'React-RCTText' , :path => '../node_modules/react-native/Libraries/Text'
2428 pod 'React-RCTVibration' , :path => '../node_modules/react-native/Libraries/Vibration'
25- pod 'React-RCTWebSocket' , :path => '../node_modules/react-native/Libraries/WebSocket '
29+ pod 'React-Core/ RCTWebSocket' , :path => '../node_modules/react-native/'
2630
2731 pod 'React-cxxreact' , :path => '../node_modules/react-native/ReactCommon/cxxreact'
2832 pod 'React-jsi' , :path => '../node_modules/react-native/ReactCommon/jsi'
2933 pod 'React-jsiexecutor' , :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
3034 pod 'React-jsinspector' , :path => '../node_modules/react-native/ReactCommon/jsinspector'
31- pod 'yoga' , :path => '../node_modules/react-native/ReactCommon/yoga'
35+ pod 'ReactCommon/jscallinvoker' , :path => "../node_modules/react-native/ReactCommon"
36+ pod 'ReactCommon/turbomodule/core' , :path => "../node_modules/react-native/ReactCommon"
37+ pod 'Yoga' , :path => '../node_modules/react-native/ReactCommon/yoga'
3238
3339 # when removing svg pod, RCTImage is needed to be removed from React subspecs
3440 pod 'DoubleConversion' , :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
0 commit comments