@@ -2,10 +2,15 @@ platform :ios, '9.0'
22require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
33
44target 'RNOneSignal' do
5- # Pods for RNOneSignal
5+ # Pods for rnPodspecProj
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 'RNOneSignal' 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'
@@ -30,11 +37,10 @@ target 'RNOneSignal' do
3037 use_native_modules!
3138 # Contains OneSignal wrapper SDK code + Native OneSignal-iOS-SDK
3239 pod 'react-native-onesignal' , :path => '../node_modules/react-native-onesignal'
33-
3440end
3541
36- target 'OneSignalNotificationServiceExtension' do
37- # OneSignal-iOS-SDK for media, badge inc, other rich notification features
38- # No react native code / javascript in this iOS target
39- pod 'OneSignal' , '>= 2.9.3' , '< 3.0'
40- end
42+ # target 'OneSignalNotificationServiceExtension' do
43+ # # OneSignal-iOS-SDK for media, badge inc, other rich notification features
44+ # # No react native code / javascript in this iOS target
45+ # pod 'OneSignal', '>= 2.9.3', '< 3.0'
46+ # end
0 commit comments