File tree 2 files changed +29
-6
lines changed
2 files changed +29
-6
lines changed Original file line number Diff line number Diff line change @@ -1283,6 +1283,28 @@ PODS:
1283
1283
- ReactCommon/turbomodule/core
1284
1284
- Yoga
1285
1285
- react-native-keyboard-controller (1.16.8):
1286
+ - DoubleConversion
1287
+ - glog
1288
+ - hermes-engine
1289
+ - RCT-Folly (= 2024.11.18.00)
1290
+ - RCTRequired
1291
+ - RCTTypeSafety
1292
+ - React-Core
1293
+ - React-debug
1294
+ - React-Fabric
1295
+ - React-featureflags
1296
+ - React-graphics
1297
+ - React-ImageManager
1298
+ - react-native-keyboard-controller/common (= 1.16.7)
1299
+ - React-NativeModulesApple
1300
+ - React-RCTFabric
1301
+ - React-rendererdebug
1302
+ - React-utils
1303
+ - ReactCodegen
1304
+ - ReactCommon/turbomodule/bridging
1305
+ - ReactCommon/turbomodule/core
1306
+ - Yoga
1307
+ - react-native-keyboard-controller/common (1.16.7):
1286
1308
- DoubleConversion
1287
1309
- glog
1288
1310
- hermes-engine
@@ -2164,7 +2186,7 @@ SPEC CHECKSUMS:
2164
2186
React-Mapbuffer: 0502faf46cab8fb89cfc7bf3e6c6109b6ef9b5de
2165
2187
React-microtasksnativemodule: 663bc64e3a96c5fc91081923ae7481adc1359a78
2166
2188
react-native-blur: b37343d4df1af48a17444156b674b26d5aec2425
2167
- react-native-keyboard-controller: b9280bc833465038d4805dbd4ca66660f7f0dcd3
2189
+ react-native-keyboard-controller: 2a0104cd1fd6cd85d335385c8113a9d601a31847
2168
2190
react-native-safe-area-context: 9c33120e9eac7741a5364cc2d9f74665049b76b3
2169
2191
React-NativeModulesApple: 16fbd5b040ff6c492dacc361d49e63cba7a6a7a1
2170
2192
React-perflogger: ab51b7592532a0ea45bf6eed7e6cae14a368b678
Original file line number Diff line number Diff line change @@ -58,10 +58,11 @@ Pod::Spec.new do |s|
58
58
s . dependency "ReactCommon/turbomodule/core"
59
59
end
60
60
end
61
-
62
- s . subspec "common" do |ss |
63
- ss . source_files = [ "common/**/*.{cpp,h}" ]
64
- ss . header_dir = "reactnativekeyboardcontroller"
65
- ss . pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\" $(PODS_TARGET_SRCROOT)/common\" " }
61
+ if new_arch_enabled
62
+ s . subspec "common" do |ss |
63
+ ss . source_files = [ "common/cpp/**/*.{cpp,h}" ]
64
+ ss . header_dir = "reactnativekeyboardcontroller"
65
+ ss . pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\" $(PODS_TARGET_SRCROOT)/common/cpp\" " }
66
+ end
66
67
end
67
68
end
You can’t perform that action at this time.
0 commit comments