Skip to content

Commit 3cbb14e

Browse files
committed
Make Example app build again
1 parent 873f5b2 commit 3cbb14e

File tree

11 files changed

+1140
-58
lines changed

11 files changed

+1140
-58
lines changed

Example/ios/Podfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2255,7 +2255,7 @@ PODS:
22552255
- ReactCommon/turbomodule/core
22562256
- SocketRocket
22572257
- Yoga
2258-
- RNReanimated (3.18.0):
2258+
- RNReanimated (3.19.1):
22592259
- boost
22602260
- DoubleConversion
22612261
- fast_float
@@ -2282,11 +2282,11 @@ PODS:
22822282
- ReactCodegen
22832283
- ReactCommon/turbomodule/bridging
22842284
- ReactCommon/turbomodule/core
2285-
- RNReanimated/reanimated (= 3.18.0)
2286-
- RNReanimated/worklets (= 3.18.0)
2285+
- RNReanimated/reanimated (= 3.19.1)
2286+
- RNReanimated/worklets (= 3.19.1)
22872287
- SocketRocket
22882288
- Yoga
2289-
- RNReanimated/reanimated (3.18.0):
2289+
- RNReanimated/reanimated (3.19.1):
22902290
- boost
22912291
- DoubleConversion
22922292
- fast_float
@@ -2313,10 +2313,10 @@ PODS:
23132313
- ReactCodegen
23142314
- ReactCommon/turbomodule/bridging
23152315
- ReactCommon/turbomodule/core
2316-
- RNReanimated/reanimated/apple (= 3.18.0)
2316+
- RNReanimated/reanimated/apple (= 3.19.1)
23172317
- SocketRocket
23182318
- Yoga
2319-
- RNReanimated/reanimated/apple (3.18.0):
2319+
- RNReanimated/reanimated/apple (3.19.1):
23202320
- boost
23212321
- DoubleConversion
23222322
- fast_float
@@ -2345,7 +2345,7 @@ PODS:
23452345
- ReactCommon/turbomodule/core
23462346
- SocketRocket
23472347
- Yoga
2348-
- RNReanimated/worklets (3.18.0):
2348+
- RNReanimated/worklets (3.19.1):
23492349
- boost
23502350
- DoubleConversion
23512351
- fast_float
@@ -2372,10 +2372,10 @@ PODS:
23722372
- ReactCodegen
23732373
- ReactCommon/turbomodule/bridging
23742374
- ReactCommon/turbomodule/core
2375-
- RNReanimated/worklets/apple (= 3.18.0)
2375+
- RNReanimated/worklets/apple (= 3.19.1)
23762376
- SocketRocket
23772377
- Yoga
2378-
- RNReanimated/worklets/apple (3.18.0):
2378+
- RNReanimated/worklets/apple (3.19.1):
23792379
- boost
23802380
- DoubleConversion
23812381
- fast_float
@@ -2749,7 +2749,7 @@ SPEC CHECKSUMS:
27492749
ReactCodegen: f2b3e6a6affca6580ea340a48fe9c1e39ed5ca50
27502750
ReactCommon: 61fd53636b15a5dc300d5e31105a76f773a918fd
27512751
RNGestureHandler: 12a436b5074378be95468a57b62c165a1e24cfc9
2752-
RNReanimated: a8a1b8f23ac3d76e67d308a31f84d41fd1c1b54c
2752+
RNReanimated: 488bbae315509dec258dc50e8625b34d3d449aec
27532753
RNScreens: c839f4643401a1288f58aae9e49e6b37681febda
27542754
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
27552755
Yoga: 72ab8318e9f1910fbdd236b045eb5455c8415d92

Example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"react": "19.1.0",
2929
"react-native": "0.81.0-rc.5",
3030
"react-native-edge-to-edge": "^1.6.0",
31-
"react-native-gesture-handler": "2.28.0",
32-
"react-native-reanimated": "3.18.0",
31+
"react-native-gesture-handler": "^2.28.0",
32+
"react-native-reanimated": "^3.19.0",
3333
"react-native-restart": "^0.0.27",
3434
"react-native-safe-area-context": "5.6.0",
3535
"react-native-screens": "link:../"

Example/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3077,8 +3077,8 @@ __metadata:
30773077
react-native: "npm:0.81.0-rc.5"
30783078
react-native-codegen: "npm:^0.71.3"
30793079
react-native-edge-to-edge: "npm:^1.6.0"
3080-
react-native-gesture-handler: "npm:2.28.0"
3081-
react-native-reanimated: "npm:3.18.0"
3080+
react-native-gesture-handler: "npm:^2.28.0"
3081+
react-native-reanimated: "npm:^3.19.0"
30823082
react-native-restart: "npm:^0.0.27"
30833083
react-native-safe-area-context: "npm:5.6.0"
30843084
react-native-screens: "link:../"
@@ -8817,7 +8817,7 @@ __metadata:
88178817
languageName: node
88188818
linkType: hard
88198819

8820-
"react-native-gesture-handler@npm:2.28.0":
8820+
"react-native-gesture-handler@npm:^2.28.0":
88218821
version: 2.28.0
88228822
resolution: "react-native-gesture-handler@npm:2.28.0"
88238823
dependencies:
@@ -8841,9 +8841,9 @@ __metadata:
88418841
languageName: node
88428842
linkType: hard
88438843

8844-
"react-native-reanimated@npm:3.18.0":
8845-
version: 3.18.0
8846-
resolution: "react-native-reanimated@npm:3.18.0"
8844+
"react-native-reanimated@npm:^3.19.0":
8845+
version: 3.19.1
8846+
resolution: "react-native-reanimated@npm:3.19.1"
88478847
dependencies:
88488848
"@babel/plugin-transform-arrow-functions": "npm:^7.0.0-0"
88498849
"@babel/plugin-transform-class-properties": "npm:^7.0.0-0"
@@ -8861,7 +8861,7 @@ __metadata:
88618861
"@babel/core": ^7.0.0-0
88628862
react: "*"
88638863
react-native: "*"
8864-
checksum: 10c0/7420f410a76b2a46f1a0a7df41f8b2508aade8de26fd00eb7305bf25b3ab27e7c06f52ec76d221d8c7317ca3e2bdf842c51216f2adba7fbb60ce321c171d1437
8864+
checksum: 10c0/82f83f8cd307dbb3d0d435a7c801fa27d06265b1eed51844013682e133072e447fd15c3f12814f4bd8d4759c89ad4b1043631611284afbd8e6eb505f57af0f12
88658865
languageName: node
88668866
linkType: hard
88678867

FabricExample/babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
module.exports = {
22
presets: ['module:@react-native/babel-preset'],
3+
plugins: ['react-native-worklets/plugin'],
34
};

FabricExample/ios/Podfile.lock

Lines changed: 192 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,7 @@ PODS:
17211721
- SocketRocket
17221722
- react-native-restart (0.0.27):
17231723
- React-Core
1724-
- react-native-safe-area-context (5.6.0):
1724+
- react-native-safe-area-context (5.4.0):
17251725
- boost
17261726
- DoubleConversion
17271727
- fast_float
@@ -1739,8 +1739,8 @@ PODS:
17391739
- React-graphics
17401740
- React-ImageManager
17411741
- React-jsi
1742-
- react-native-safe-area-context/common (= 5.6.0)
1743-
- react-native-safe-area-context/fabric (= 5.6.0)
1742+
- react-native-safe-area-context/common (= 5.4.0)
1743+
- react-native-safe-area-context/fabric (= 5.4.0)
17441744
- React-NativeModulesApple
17451745
- React-RCTFabric
17461746
- React-renderercss
@@ -1751,7 +1751,7 @@ PODS:
17511751
- ReactCommon/turbomodule/core
17521752
- SocketRocket
17531753
- Yoga
1754-
- react-native-safe-area-context/common (5.6.0):
1754+
- react-native-safe-area-context/common (5.4.0):
17551755
- boost
17561756
- DoubleConversion
17571757
- fast_float
@@ -1779,7 +1779,7 @@ PODS:
17791779
- ReactCommon/turbomodule/core
17801780
- SocketRocket
17811781
- Yoga
1782-
- react-native-safe-area-context/fabric (5.6.0):
1782+
- react-native-safe-area-context/fabric (5.4.0):
17831783
- boost
17841784
- DoubleConversion
17851785
- fast_float
@@ -2340,6 +2340,98 @@ PODS:
23402340
- ReactCommon/turbomodule/core
23412341
- SocketRocket
23422342
- Yoga
2343+
- RNReanimated (4.0.1):
2344+
- boost
2345+
- DoubleConversion
2346+
- fast_float
2347+
- fmt
2348+
- glog
2349+
- hermes-engine
2350+
- RCT-Folly
2351+
- RCT-Folly/Fabric
2352+
- RCTRequired
2353+
- RCTTypeSafety
2354+
- React-Core
2355+
- React-debug
2356+
- React-Fabric
2357+
- React-featureflags
2358+
- React-graphics
2359+
- React-hermes
2360+
- React-ImageManager
2361+
- React-jsi
2362+
- React-NativeModulesApple
2363+
- React-RCTFabric
2364+
- React-renderercss
2365+
- React-rendererdebug
2366+
- React-utils
2367+
- ReactCodegen
2368+
- ReactCommon/turbomodule/bridging
2369+
- ReactCommon/turbomodule/core
2370+
- RNReanimated/reanimated (= 4.0.1)
2371+
- RNWorklets
2372+
- SocketRocket
2373+
- Yoga
2374+
- RNReanimated/reanimated (4.0.1):
2375+
- boost
2376+
- DoubleConversion
2377+
- fast_float
2378+
- fmt
2379+
- glog
2380+
- hermes-engine
2381+
- RCT-Folly
2382+
- RCT-Folly/Fabric
2383+
- RCTRequired
2384+
- RCTTypeSafety
2385+
- React-Core
2386+
- React-debug
2387+
- React-Fabric
2388+
- React-featureflags
2389+
- React-graphics
2390+
- React-hermes
2391+
- React-ImageManager
2392+
- React-jsi
2393+
- React-NativeModulesApple
2394+
- React-RCTFabric
2395+
- React-renderercss
2396+
- React-rendererdebug
2397+
- React-utils
2398+
- ReactCodegen
2399+
- ReactCommon/turbomodule/bridging
2400+
- ReactCommon/turbomodule/core
2401+
- RNReanimated/reanimated/apple (= 4.0.1)
2402+
- RNWorklets
2403+
- SocketRocket
2404+
- Yoga
2405+
- RNReanimated/reanimated/apple (4.0.1):
2406+
- boost
2407+
- DoubleConversion
2408+
- fast_float
2409+
- fmt
2410+
- glog
2411+
- hermes-engine
2412+
- RCT-Folly
2413+
- RCT-Folly/Fabric
2414+
- RCTRequired
2415+
- RCTTypeSafety
2416+
- React-Core
2417+
- React-debug
2418+
- React-Fabric
2419+
- React-featureflags
2420+
- React-graphics
2421+
- React-hermes
2422+
- React-ImageManager
2423+
- React-jsi
2424+
- React-NativeModulesApple
2425+
- React-RCTFabric
2426+
- React-renderercss
2427+
- React-rendererdebug
2428+
- React-utils
2429+
- ReactCodegen
2430+
- ReactCommon/turbomodule/bridging
2431+
- ReactCommon/turbomodule/core
2432+
- RNWorklets
2433+
- SocketRocket
2434+
- Yoga
23432435
- RNScreens (4.14.0):
23442436
- boost
23452437
- DoubleConversion
@@ -2399,6 +2491,92 @@ PODS:
23992491
- ReactCommon/turbomodule/core
24002492
- SocketRocket
24012493
- Yoga
2494+
- RNWorklets (0.4.1):
2495+
- boost
2496+
- DoubleConversion
2497+
- fast_float
2498+
- fmt
2499+
- glog
2500+
- hermes-engine
2501+
- RCT-Folly
2502+
- RCT-Folly/Fabric
2503+
- RCTRequired
2504+
- RCTTypeSafety
2505+
- React-Core
2506+
- React-debug
2507+
- React-Fabric
2508+
- React-featureflags
2509+
- React-graphics
2510+
- React-ImageManager
2511+
- React-jsi
2512+
- React-NativeModulesApple
2513+
- React-RCTFabric
2514+
- React-renderercss
2515+
- React-rendererdebug
2516+
- React-utils
2517+
- ReactCodegen
2518+
- ReactCommon/turbomodule/bridging
2519+
- ReactCommon/turbomodule/core
2520+
- RNWorklets/worklets (= 0.4.1)
2521+
- SocketRocket
2522+
- Yoga
2523+
- RNWorklets/worklets (0.4.1):
2524+
- boost
2525+
- DoubleConversion
2526+
- fast_float
2527+
- fmt
2528+
- glog
2529+
- hermes-engine
2530+
- RCT-Folly
2531+
- RCT-Folly/Fabric
2532+
- RCTRequired
2533+
- RCTTypeSafety
2534+
- React-Core
2535+
- React-debug
2536+
- React-Fabric
2537+
- React-featureflags
2538+
- React-graphics
2539+
- React-ImageManager
2540+
- React-jsi
2541+
- React-NativeModulesApple
2542+
- React-RCTFabric
2543+
- React-renderercss
2544+
- React-rendererdebug
2545+
- React-utils
2546+
- ReactCodegen
2547+
- ReactCommon/turbomodule/bridging
2548+
- ReactCommon/turbomodule/core
2549+
- RNWorklets/worklets/apple (= 0.4.1)
2550+
- SocketRocket
2551+
- Yoga
2552+
- RNWorklets/worklets/apple (0.4.1):
2553+
- boost
2554+
- DoubleConversion
2555+
- fast_float
2556+
- fmt
2557+
- glog
2558+
- hermes-engine
2559+
- RCT-Folly
2560+
- RCT-Folly/Fabric
2561+
- RCTRequired
2562+
- RCTTypeSafety
2563+
- React-Core
2564+
- React-debug
2565+
- React-Fabric
2566+
- React-featureflags
2567+
- React-graphics
2568+
- React-ImageManager
2569+
- React-jsi
2570+
- React-NativeModulesApple
2571+
- React-RCTFabric
2572+
- React-renderercss
2573+
- React-rendererdebug
2574+
- React-utils
2575+
- ReactCodegen
2576+
- ReactCommon/turbomodule/bridging
2577+
- ReactCommon/turbomodule/core
2578+
- SocketRocket
2579+
- Yoga
24022580
- SocketRocket (0.7.1)
24032581
- Yoga (0.0.0)
24042582

@@ -2477,7 +2655,9 @@ DEPENDENCIES:
24772655
- ReactCodegen (from `build/generated/ios`)
24782656
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
24792657
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
2658+
- RNReanimated (from `../node_modules/react-native-reanimated`)
24802659
- RNScreens (from `../node_modules/react-native-screens`)
2660+
- RNWorklets (from `../node_modules/react-native-worklets`)
24812661
- SocketRocket (~> 0.7.1)
24822662
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
24832663

@@ -2633,8 +2813,12 @@ EXTERNAL SOURCES:
26332813
:path: "../node_modules/react-native/ReactCommon"
26342814
RNGestureHandler:
26352815
:path: "../node_modules/react-native-gesture-handler"
2816+
RNReanimated:
2817+
:path: "../node_modules/react-native-reanimated"
26362818
RNScreens:
26372819
:path: "../node_modules/react-native-screens"
2820+
RNWorklets:
2821+
:path: "../node_modules/react-native-worklets"
26382822
Yoga:
26392823
:path: "../node_modules/react-native/ReactCommon/yoga"
26402824

@@ -2680,7 +2864,7 @@ SPEC CHECKSUMS:
26802864
React-Mapbuffer: f0c91e870f86a23ccf80ab9527d95f37e834e24e
26812865
React-microtasksnativemodule: be6fa55f64e8de5a53f3e9d01feb91d6682af78d
26822866
react-native-restart: 0bc732f4461709022a742bb29bcccf6bbc5b4863
2683-
react-native-safe-area-context: a72764e0eb5d6b79b7450e5d0ae919eb1a4567b4
2867+
react-native-safe-area-context: 84f35326241e8a61b9e3b6f69e1bf098da4c5642
26842868
React-NativeModulesApple: f75e771a53921934a0c6120e2bc7ee7dfb7c8728
26852869
React-oscompat: e324ee1ba89eb09d59c8e346748c758cb87a2ce3
26862870
React-perflogger: 08d464e4b97e53f74e6d8a1e4199e96f6ef8fd97
@@ -2712,7 +2896,9 @@ SPEC CHECKSUMS:
27122896
ReactCodegen: f2b3e6a6affca6580ea340a48fe9c1e39ed5ca50
27132897
ReactCommon: 61fd53636b15a5dc300d5e31105a76f773a918fd
27142898
RNGestureHandler: 3a73f098d74712952870e948b3d9cf7b6cae9961
2899+
RNReanimated: 57bd3883d76088350268b5d1b2219013de0fcbc3
27152900
RNScreens: 835769ef87f3f4426480521936cbff38f066b5fb
2901+
RNWorklets: e8335dff9d27004709f58316985769040cd1e8f2
27162902
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
27172903
Yoga: 72ab8318e9f1910fbdd236b045eb5455c8415d92
27182904

0 commit comments

Comments
 (0)