|
1 | 1 | platform :ios, '10.0'
|
| 2 | +require_relative '../node_modules/react-native/scripts/autolink-ios' |
2 | 3 | require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
|
3 | 4 |
|
4 | 5 | # Add Flipper Pods
|
|
39 | 40 |
|
40 | 41 | target 'HelloWorld' do
|
41 | 42 | # Pods for HelloWorld
|
42 |
| - pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector" |
43 |
| - pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec" |
44 |
| - pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired" |
45 |
| - pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety" |
46 |
| - pod 'React', :path => '../node_modules/react-native/' |
47 |
| - pod 'React-Core', :path => '../node_modules/react-native/' |
48 |
| - pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules' |
49 |
| - pod 'React-Core/DevSupport', :path => '../node_modules/react-native/' |
50 |
| - pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS' |
51 |
| - pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation' |
52 |
| - pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob' |
53 |
| - pod 'React-RCTImage', :path => '../node_modules/react-native/Libraries/Image' |
54 |
| - pod 'React-RCTLinking', :path => '../node_modules/react-native/Libraries/LinkingIOS' |
55 |
| - pod 'React-RCTNetwork', :path => '../node_modules/react-native/Libraries/Network' |
56 |
| - pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings' |
57 |
| - pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text' |
58 |
| - pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration' |
59 |
| - pod 'React-Core/RCTWebSocket', :path => '../node_modules/react-native/' |
60 |
| - |
61 |
| - pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact' |
62 |
| - pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi' |
63 |
| - pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor' |
64 |
| - pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector' |
65 |
| - pod 'ReactCommon/callinvoker', :path => "../node_modules/react-native/ReactCommon" |
66 |
| - pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon" |
67 |
| - pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga', :modular_headers => true |
68 |
| - |
69 |
| - pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec' |
70 |
| - pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec' |
71 |
| - pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec' |
| 43 | + use_react_native! |
72 | 44 |
|
73 | 45 | target 'HelloWorldTests' do
|
74 | 46 | inherit! :complete
|
|
0 commit comments