@@ -4,44 +4,15 @@ $RNFirebaseAsStaticFramework = false
4
4
# Version override testing
5
5
$FirebaseSDKVersion = '7.3.0'
6
6
7
+ require_relative '../node_modules/react-native/scripts/react_native_pods'
7
8
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
8
9
9
10
target 'testing' do
10
11
# use_frameworks!
11
12
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"
16
- pod 'React' , :path => '../node_modules/react-native/'
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/'
20
- pod 'React-RCTActionSheet' , :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
21
- pod 'React-RCTAnimation' , :path => '../node_modules/react-native/Libraries/NativeAnimation'
22
- pod 'React-RCTBlob' , :path => '../node_modules/react-native/Libraries/Blob'
23
- pod 'React-RCTImage' , :path => '../node_modules/react-native/Libraries/Image'
24
- pod 'React-RCTLinking' , :path => '../node_modules/react-native/Libraries/LinkingIOS'
25
- pod 'React-RCTSettings' , :path => '../node_modules/react-native/Libraries/Settings'
26
- pod 'React-RCTVibration' , :path => '../node_modules/react-native/Libraries/Vibration'
27
- pod 'React-RCTNetwork' , :path => '../node_modules/react-native/Libraries/Network'
28
- pod 'React-RCTText' , :path => '../node_modules/react-native/Libraries/Text'
29
- pod 'React-Core/RCTWebSocket' , :path => '../node_modules/react-native/'
30
-
31
- pod 'React-cxxreact' , :path => '../node_modules/react-native/ReactCommon/cxxreact'
32
- pod 'React-jsi' , :path => '../node_modules/react-native/ReactCommon/jsi'
33
- pod 'React-jsiexecutor' , :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
34
- pod 'React-jsinspector' , :path => '../node_modules/react-native/ReactCommon/jsinspector'
35
- pod 'ReactCommon/callinvoker' , :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' , :modular_headers => true
38
-
39
- pod 'DoubleConversion' , :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
40
- pod 'glog' , :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
41
- pod 'Folly' , :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
42
-
43
- use_native_modules!
44
- # pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => $FirebaseSDKVersion
13
+ config = use_native_modules!
14
+ use_react_native! ( :path => config [ "reactNativePath" ] )
15
+ #pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => $FirebaseSDKVersion
45
16
end
46
17
47
18
post_install do |installer |
0 commit comments