Skip to content

Commit 3470272

Browse files
authored
chore(CI): Switch CI jobs to fabric (#896)
1 parent 77f5e64 commit 3470272

File tree

3 files changed

+173
-22
lines changed

3 files changed

+173
-22
lines changed

example/android/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
4040
# to write custom TurboModules/Fabric components OR use libraries that
4141
# are providing them.
4242
# Note that this is incompatible with web debugging.
43-
newArchEnabled=false
44-
#bridgelessEnabled=true
43+
newArchEnabled=true
44+
bridgelessEnabled=true
4545

4646
# Uncomment the line below to build React Native from source.
4747
#react.buildFromSource=true

example/ios/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require "#{ws_dir}/node_modules/react-native-test-app/test_app.rb"
77
workspace 'PagerViewExample.xcworkspace'
88

99
options = {
10-
:bridgeless_enabled => false,
11-
:fabric_enabled => false,
10+
:bridgeless_enabled => true,
11+
:fabric_enabled => true,
1212
:hermes_enabled => true,
1313
}
1414

example/ios/Podfile.lock

Lines changed: 169 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ PODS:
935935
- React-Mapbuffer (0.74.2):
936936
- glog
937937
- React-debug
938-
- react-native-pager-view (6.3.3):
938+
- react-native-pager-view (6.4.1):
939939
- DoubleConversion
940940
- glog
941941
- hermes-engine
@@ -949,15 +949,101 @@ PODS:
949949
- React-featureflags
950950
- React-graphics
951951
- React-ImageManager
952+
- react-native-pager-view/common (= 6.4.1)
952953
- React-NativeModulesApple
953954
- React-RCTFabric
954955
- React-rendererdebug
955956
- React-utils
956957
- ReactCommon/turbomodule/bridging
957958
- ReactCommon/turbomodule/core
958959
- Yoga
959-
- react-native-safe-area-context (4.10.4):
960+
- react-native-pager-view/common (6.4.1):
961+
- DoubleConversion
962+
- glog
963+
- hermes-engine
964+
- RCT-Folly (= 2024.01.01.00)
965+
- RCTRequired
966+
- RCTTypeSafety
967+
- React-Codegen
968+
- React-Core
969+
- React-debug
970+
- React-Fabric
971+
- React-featureflags
972+
- React-graphics
973+
- React-ImageManager
974+
- React-NativeModulesApple
975+
- React-RCTFabric
976+
- React-rendererdebug
977+
- React-utils
978+
- ReactCommon/turbomodule/bridging
979+
- ReactCommon/turbomodule/core
980+
- Yoga
981+
- react-native-safe-area-context (4.10.9):
982+
- DoubleConversion
983+
- glog
984+
- hermes-engine
985+
- RCT-Folly (= 2024.01.01.00)
986+
- RCTRequired
987+
- RCTTypeSafety
988+
- React-Codegen
989+
- React-Core
990+
- React-debug
991+
- React-Fabric
992+
- React-featureflags
993+
- React-graphics
994+
- React-ImageManager
995+
- react-native-safe-area-context/common (= 4.10.9)
996+
- react-native-safe-area-context/fabric (= 4.10.9)
997+
- React-NativeModulesApple
998+
- React-RCTFabric
999+
- React-rendererdebug
1000+
- React-utils
1001+
- ReactCommon/turbomodule/bridging
1002+
- ReactCommon/turbomodule/core
1003+
- Yoga
1004+
- react-native-safe-area-context/common (4.10.9):
1005+
- DoubleConversion
1006+
- glog
1007+
- hermes-engine
1008+
- RCT-Folly (= 2024.01.01.00)
1009+
- RCTRequired
1010+
- RCTTypeSafety
1011+
- React-Codegen
9601012
- React-Core
1013+
- React-debug
1014+
- React-Fabric
1015+
- React-featureflags
1016+
- React-graphics
1017+
- React-ImageManager
1018+
- React-NativeModulesApple
1019+
- React-RCTFabric
1020+
- React-rendererdebug
1021+
- React-utils
1022+
- ReactCommon/turbomodule/bridging
1023+
- ReactCommon/turbomodule/core
1024+
- Yoga
1025+
- react-native-safe-area-context/fabric (4.10.9):
1026+
- DoubleConversion
1027+
- glog
1028+
- hermes-engine
1029+
- RCT-Folly (= 2024.01.01.00)
1030+
- RCTRequired
1031+
- RCTTypeSafety
1032+
- React-Codegen
1033+
- React-Core
1034+
- React-debug
1035+
- React-Fabric
1036+
- React-featureflags
1037+
- React-graphics
1038+
- React-ImageManager
1039+
- react-native-safe-area-context/common
1040+
- React-NativeModulesApple
1041+
- React-RCTFabric
1042+
- React-rendererdebug
1043+
- React-utils
1044+
- ReactCommon/turbomodule/bridging
1045+
- ReactCommon/turbomodule/core
1046+
- Yoga
9611047
- React-nativeconfig (0.74.2)
9621048
- React-NativeModulesApple (0.74.2):
9631049
- glog
@@ -1187,7 +1273,7 @@ PODS:
11871273
- React-logger (= 0.74.2)
11881274
- React-perflogger (= 0.74.2)
11891275
- React-utils (= 0.74.2)
1190-
- ReactNativeHost (0.4.9):
1276+
- ReactNativeHost (0.4.11):
11911277
- DoubleConversion
11921278
- glog
11931279
- hermes-engine
@@ -1203,19 +1289,20 @@ PODS:
12031289
- React-graphics
12041290
- React-ImageManager
12051291
- React-NativeModulesApple
1292+
- React-RCTAppDelegate
12061293
- React-RCTFabric
12071294
- React-rendererdebug
12081295
- React-utils
12091296
- ReactCommon/turbomodule/bridging
12101297
- ReactCommon/turbomodule/core
12111298
- Yoga
1212-
- ReactTestApp-DevSupport (3.7.6):
1299+
- ReactTestApp-DevSupport (3.9.4):
12131300
- React-Core
12141301
- React-jsi
12151302
- ReactTestApp-Resources (1.0.0-dev)
12161303
- RNCMaskedView (0.1.11):
12171304
- React
1218-
- RNGestureHandler (2.16.2):
1305+
- RNGestureHandler (2.18.1):
12191306
- DoubleConversion
12201307
- glog
12211308
- hermes-engine
@@ -1278,9 +1365,73 @@ PODS:
12781365
- React-utils
12791366
- ReactCommon/turbomodule/bridging
12801367
- ReactCommon/turbomodule/core
1368+
- RNScreens/common (= 3.31.1)
12811369
- Yoga
1282-
- RNSVG (15.3.0):
1370+
- RNScreens/common (3.31.1):
1371+
- DoubleConversion
1372+
- glog
1373+
- hermes-engine
1374+
- RCT-Folly (= 2024.01.01.00)
1375+
- RCTRequired
1376+
- RCTTypeSafety
1377+
- React-Codegen
12831378
- React-Core
1379+
- React-debug
1380+
- React-Fabric
1381+
- React-featureflags
1382+
- React-graphics
1383+
- React-ImageManager
1384+
- React-NativeModulesApple
1385+
- React-RCTFabric
1386+
- React-RCTImage
1387+
- React-rendererdebug
1388+
- React-utils
1389+
- ReactCommon/turbomodule/bridging
1390+
- ReactCommon/turbomodule/core
1391+
- Yoga
1392+
- RNSVG (15.5.0):
1393+
- DoubleConversion
1394+
- glog
1395+
- hermes-engine
1396+
- RCT-Folly (= 2024.01.01.00)
1397+
- RCTRequired
1398+
- RCTTypeSafety
1399+
- React-Codegen
1400+
- React-Core
1401+
- React-debug
1402+
- React-Fabric
1403+
- React-featureflags
1404+
- React-graphics
1405+
- React-ImageManager
1406+
- React-NativeModulesApple
1407+
- React-RCTFabric
1408+
- React-rendererdebug
1409+
- React-utils
1410+
- ReactCommon/turbomodule/bridging
1411+
- ReactCommon/turbomodule/core
1412+
- RNSVG/common (= 15.5.0)
1413+
- Yoga
1414+
- RNSVG/common (15.5.0):
1415+
- DoubleConversion
1416+
- glog
1417+
- hermes-engine
1418+
- RCT-Folly (= 2024.01.01.00)
1419+
- RCTRequired
1420+
- RCTTypeSafety
1421+
- React-Codegen
1422+
- React-Core
1423+
- React-debug
1424+
- React-Fabric
1425+
- React-featureflags
1426+
- React-graphics
1427+
- React-ImageManager
1428+
- React-NativeModulesApple
1429+
- React-RCTFabric
1430+
- React-rendererdebug
1431+
- React-utils
1432+
- ReactCommon/turbomodule/bridging
1433+
- ReactCommon/turbomodule/core
1434+
- Yoga
12841435
- SocketRocket (0.7.0)
12851436
- Yoga (0.0.0)
12861437

@@ -1518,16 +1669,16 @@ SPEC CHECKSUMS:
15181669
React-jsitracing: 0fa7f78d8fdda794667cb2e6f19c874c1cf31d7e
15191670
React-logger: 29fa3e048f5f67fe396bc08af7606426d9bd7b5d
15201671
React-Mapbuffer: bf56147c9775491e53122a94c423ac201417e326
1521-
react-native-pager-view: f848f89049a8e888d38f10ff31588eb63292a95f
1522-
react-native-safe-area-context: 399a5859f6acbdf67f671c69b53113f535f3b5b0
1672+
react-native-pager-view: 41ba290d527bcb33575cb505ada2e5d31dd8f097
1673+
react-native-safe-area-context: a79d95fb61c068a14c90ca32f2fe62605ab4ede9
15231674
React-nativeconfig: 9f223cd321823afdecf59ed00861ab2d69ee0fc1
15241675
React-NativeModulesApple: ff7efaff7098639db5631236cfd91d60abff04c0
15251676
React-perflogger: 32ed45d9cee02cf6639acae34251590dccd30994
15261677
React-RCTActionSheet: 19f967ddaea258182b56ef11437133b056ba2adf
15271678
React-RCTAnimation: d7f4137fc44a08bba465267ea7cb1dbdb7c4ec87
1528-
React-RCTAppDelegate: 2b3f4d8009796af209a0d496e73276b743acee08
1679+
React-RCTAppDelegate: dca95e1a6194f7ae06c2b5f1d5f891c61af00ec8
15291680
React-RCTBlob: c6c3e1e0251700b7bea036b893913f22e2b9cb47
1530-
React-RCTFabric: 93a3ea55169d19294f07092013c1c9ea7a015c9b
1681+
React-RCTFabric: a7874c54aea18f64677446efc5f839ec4fa5e931
15311682
React-RCTImage: 40528ab74a4fef0f0e2ee797a074b26d120b6cc6
15321683
React-RCTLinking: 385b5beb96749aae9ae1606746e883e1c9f8a6a7
15331684
React-RCTNetwork: ffc9f05bd8fa5b3bce562199ba41235ad0af645c
@@ -1543,17 +1694,17 @@ SPEC CHECKSUMS:
15431694
React-runtimescheduler: 56b642bf605ba5afa500d35790928fc1d51565ad
15441695
React-utils: 4476b7fcbbd95cfd002f3e778616155241d86e31
15451696
ReactCommon: ecad995f26e0d1e24061f60f4e5d74782f003f12
1546-
ReactNativeHost: a365307db1ece0c4825b9d0f8b35de1bb2a61b0a
1547-
ReactTestApp-DevSupport: f245efd91bcd4d8e4bd1f742eeaae031e46304ed
1697+
ReactNativeHost: 93c1a3dddaebed9b58f15e0d7367d5bfe7cc0261
1698+
ReactTestApp-DevSupport: 500214ef58436e2962b6fbd4e6037b3107e4c2cb
15481699
ReactTestApp-Resources: 857244f3a23f2b3157b364fa06cf3e8866deff9c
15491700
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
1550-
RNGestureHandler: 2282cfbcf86c360d29f44ace393203afd5c6cff7
1551-
RNReanimated: 8978449b2a511388ea71faf1e66f669134e87658
1552-
RNScreens: b32a9ff15bea7fcdbe5dff6477bc503f792b1208
1553-
RNSVG: a48668fd382115bc89761ce291a81c4ca5f2fd2e
1701+
RNGestureHandler: 7eca02f7f0974365b00905507ed8be6277826eaf
1702+
RNReanimated: 1971b54a47d4c7fdfe63fb0f01b473c452a176c9
1703+
RNScreens: 63fe8222c172a79f5c30dd1aefaeb369c6eb57b6
1704+
RNSVG: e4a3617143570f08952abc711088ad215be46892
15541705
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
1555-
Yoga: 2f71ecf38d934aecb366e686278102a51679c308
1706+
Yoga: ae3c32c514802d30f687a04a6a35b348506d411f
15561707

1557-
PODFILE CHECKSUM: 4398f8e060ad7920db6735290239798d0bf0ce08
1708+
PODFILE CHECKSUM: c21f5b764d10fb848650e6ae2ea533b823c1f648
15581709

15591710
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)