Skip to content

Commit 0636c45

Browse files
hramosgrabbou
authored andcommittedFeb 1, 2021
Use Fabric builds in iOS tests (#30639)
Summary: Pull Request resolved: #30639 # Changelog: [Internal] Enable Fabric builds in iOS tests on Circle CI and Sandcastle. Reviewed By: fkgozali Differential Revision: D25700257 fbshipit-source-id: a250dbc9904efec9ded130912a993638f0992373
1 parent 224c85a commit 0636c45

File tree

2 files changed

+314
-3
lines changed

2 files changed

+314
-3
lines changed
 

‎.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ jobs:
423423
steps:
424424
- run:
425425
name: Generate RNTesterPods Workspace
426-
command: cd packages/rn-tester && bundle exec pod install --verbose
426+
command: cd packages/rn-tester && USE_FABRIC=1 bundle exec pod install --verbose
427427

428428
# -------------------------
429429
# Runs iOS unit tests

‎packages/rn-tester/Podfile.lock

+313-2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ PODS:
7070
- boost-for-react-native
7171
- DoubleConversion
7272
- glog
73+
- RCT-Folly/Fabric (2020.01.13.00):
74+
- boost-for-react-native
75+
- DoubleConversion
76+
- glog
7377
- RCTRequired (1000.0.0)
7478
- RCTTypeSafety (1000.0.0):
7579
- FBLazyVector (= 1000.0.0)
@@ -244,6 +248,289 @@ PODS:
244248
- React-jsinspector (= 1000.0.0)
245249
- React-perflogger (= 1000.0.0)
246250
- React-runtimeexecutor (= 1000.0.0)
251+
- React-Fabric (1000.0.0):
252+
- RCT-Folly/Fabric (= 2020.01.13.00)
253+
- RCTRequired (= 1000.0.0)
254+
- RCTTypeSafety (= 1000.0.0)
255+
- React-Fabric/animations (= 1000.0.0)
256+
- React-Fabric/attributedstring (= 1000.0.0)
257+
- React-Fabric/better (= 1000.0.0)
258+
- React-Fabric/componentregistry (= 1000.0.0)
259+
- React-Fabric/components (= 1000.0.0)
260+
- React-Fabric/config (= 1000.0.0)
261+
- React-Fabric/core (= 1000.0.0)
262+
- React-Fabric/debug (= 1000.0.0)
263+
- React-Fabric/imagemanager (= 1000.0.0)
264+
- React-Fabric/mounting (= 1000.0.0)
265+
- React-Fabric/scheduler (= 1000.0.0)
266+
- React-Fabric/templateprocessor (= 1000.0.0)
267+
- React-Fabric/textlayoutmanager (= 1000.0.0)
268+
- React-Fabric/uimanager (= 1000.0.0)
269+
- React-Fabric/utils (= 1000.0.0)
270+
- React-graphics (= 1000.0.0)
271+
- React-jsi (= 1000.0.0)
272+
- React-jsiexecutor (= 1000.0.0)
273+
- ReactCommon/turbomodule/core (= 1000.0.0)
274+
- React-Fabric/animations (1000.0.0):
275+
- RCT-Folly/Fabric (= 2020.01.13.00)
276+
- RCTRequired (= 1000.0.0)
277+
- RCTTypeSafety (= 1000.0.0)
278+
- React-graphics (= 1000.0.0)
279+
- React-jsi (= 1000.0.0)
280+
- React-jsiexecutor (= 1000.0.0)
281+
- ReactCommon/turbomodule/core (= 1000.0.0)
282+
- React-Fabric/attributedstring (1000.0.0):
283+
- RCT-Folly/Fabric (= 2020.01.13.00)
284+
- RCTRequired (= 1000.0.0)
285+
- RCTTypeSafety (= 1000.0.0)
286+
- React-graphics (= 1000.0.0)
287+
- React-jsi (= 1000.0.0)
288+
- React-jsiexecutor (= 1000.0.0)
289+
- ReactCommon/turbomodule/core (= 1000.0.0)
290+
- React-Fabric/better (1000.0.0):
291+
- RCT-Folly/Fabric (= 2020.01.13.00)
292+
- RCTRequired (= 1000.0.0)
293+
- RCTTypeSafety (= 1000.0.0)
294+
- React-graphics (= 1000.0.0)
295+
- React-jsi (= 1000.0.0)
296+
- React-jsiexecutor (= 1000.0.0)
297+
- ReactCommon/turbomodule/core (= 1000.0.0)
298+
- React-Fabric/componentregistry (1000.0.0):
299+
- RCT-Folly/Fabric (= 2020.01.13.00)
300+
- RCTRequired (= 1000.0.0)
301+
- RCTTypeSafety (= 1000.0.0)
302+
- React-graphics (= 1000.0.0)
303+
- React-jsi (= 1000.0.0)
304+
- React-jsiexecutor (= 1000.0.0)
305+
- ReactCommon/turbomodule/core (= 1000.0.0)
306+
- React-Fabric/components (1000.0.0):
307+
- RCT-Folly/Fabric (= 2020.01.13.00)
308+
- RCTRequired (= 1000.0.0)
309+
- RCTTypeSafety (= 1000.0.0)
310+
- React-Fabric/components/activityindicator (= 1000.0.0)
311+
- React-Fabric/components/image (= 1000.0.0)
312+
- React-Fabric/components/inputaccessory (= 1000.0.0)
313+
- React-Fabric/components/legacyviewmanagerinterop (= 1000.0.0)
314+
- React-Fabric/components/modal (= 1000.0.0)
315+
- React-Fabric/components/picker (= 1000.0.0)
316+
- React-Fabric/components/rncore (= 1000.0.0)
317+
- React-Fabric/components/root (= 1000.0.0)
318+
- React-Fabric/components/safeareaview (= 1000.0.0)
319+
- React-Fabric/components/scrollview (= 1000.0.0)
320+
- React-Fabric/components/slider (= 1000.0.0)
321+
- React-Fabric/components/text (= 1000.0.0)
322+
- React-Fabric/components/textinput (= 1000.0.0)
323+
- React-Fabric/components/unimplementedview (= 1000.0.0)
324+
- React-Fabric/components/view (= 1000.0.0)
325+
- React-graphics (= 1000.0.0)
326+
- React-jsi (= 1000.0.0)
327+
- React-jsiexecutor (= 1000.0.0)
328+
- ReactCommon/turbomodule/core (= 1000.0.0)
329+
- React-Fabric/components/activityindicator (1000.0.0):
330+
- RCT-Folly/Fabric (= 2020.01.13.00)
331+
- RCTRequired (= 1000.0.0)
332+
- RCTTypeSafety (= 1000.0.0)
333+
- React-graphics (= 1000.0.0)
334+
- React-jsi (= 1000.0.0)
335+
- React-jsiexecutor (= 1000.0.0)
336+
- ReactCommon/turbomodule/core (= 1000.0.0)
337+
- React-Fabric/components/image (1000.0.0):
338+
- RCT-Folly/Fabric (= 2020.01.13.00)
339+
- RCTRequired (= 1000.0.0)
340+
- RCTTypeSafety (= 1000.0.0)
341+
- React-graphics (= 1000.0.0)
342+
- React-jsi (= 1000.0.0)
343+
- React-jsiexecutor (= 1000.0.0)
344+
- ReactCommon/turbomodule/core (= 1000.0.0)
345+
- React-Fabric/components/inputaccessory (1000.0.0):
346+
- RCT-Folly/Fabric (= 2020.01.13.00)
347+
- RCTRequired (= 1000.0.0)
348+
- RCTTypeSafety (= 1000.0.0)
349+
- React-graphics (= 1000.0.0)
350+
- React-jsi (= 1000.0.0)
351+
- React-jsiexecutor (= 1000.0.0)
352+
- ReactCommon/turbomodule/core (= 1000.0.0)
353+
- React-Fabric/components/legacyviewmanagerinterop (1000.0.0):
354+
- RCT-Folly/Fabric (= 2020.01.13.00)
355+
- RCTRequired (= 1000.0.0)
356+
- RCTTypeSafety (= 1000.0.0)
357+
- React-graphics (= 1000.0.0)
358+
- React-jsi (= 1000.0.0)
359+
- React-jsiexecutor (= 1000.0.0)
360+
- ReactCommon/turbomodule/core (= 1000.0.0)
361+
- React-Fabric/components/modal (1000.0.0):
362+
- RCT-Folly/Fabric (= 2020.01.13.00)
363+
- RCTRequired (= 1000.0.0)
364+
- RCTTypeSafety (= 1000.0.0)
365+
- React-graphics (= 1000.0.0)
366+
- React-jsi (= 1000.0.0)
367+
- React-jsiexecutor (= 1000.0.0)
368+
- ReactCommon/turbomodule/core (= 1000.0.0)
369+
- React-Fabric/components/picker (1000.0.0):
370+
- RCT-Folly/Fabric (= 2020.01.13.00)
371+
- RCTRequired (= 1000.0.0)
372+
- RCTTypeSafety (= 1000.0.0)
373+
- React-graphics (= 1000.0.0)
374+
- React-jsi (= 1000.0.0)
375+
- React-jsiexecutor (= 1000.0.0)
376+
- ReactCommon/turbomodule/core (= 1000.0.0)
377+
- React-Fabric/components/rncore (1000.0.0):
378+
- RCT-Folly/Fabric (= 2020.01.13.00)
379+
- RCTRequired (= 1000.0.0)
380+
- RCTTypeSafety (= 1000.0.0)
381+
- React-graphics (= 1000.0.0)
382+
- React-jsi (= 1000.0.0)
383+
- React-jsiexecutor (= 1000.0.0)
384+
- ReactCommon/turbomodule/core (= 1000.0.0)
385+
- React-Fabric/components/root (1000.0.0):
386+
- RCT-Folly/Fabric (= 2020.01.13.00)
387+
- RCTRequired (= 1000.0.0)
388+
- RCTTypeSafety (= 1000.0.0)
389+
- React-graphics (= 1000.0.0)
390+
- React-jsi (= 1000.0.0)
391+
- React-jsiexecutor (= 1000.0.0)
392+
- ReactCommon/turbomodule/core (= 1000.0.0)
393+
- React-Fabric/components/safeareaview (1000.0.0):
394+
- RCT-Folly/Fabric (= 2020.01.13.00)
395+
- RCTRequired (= 1000.0.0)
396+
- RCTTypeSafety (= 1000.0.0)
397+
- React-graphics (= 1000.0.0)
398+
- React-jsi (= 1000.0.0)
399+
- React-jsiexecutor (= 1000.0.0)
400+
- ReactCommon/turbomodule/core (= 1000.0.0)
401+
- React-Fabric/components/scrollview (1000.0.0):
402+
- RCT-Folly/Fabric (= 2020.01.13.00)
403+
- RCTRequired (= 1000.0.0)
404+
- RCTTypeSafety (= 1000.0.0)
405+
- React-graphics (= 1000.0.0)
406+
- React-jsi (= 1000.0.0)
407+
- React-jsiexecutor (= 1000.0.0)
408+
- ReactCommon/turbomodule/core (= 1000.0.0)
409+
- React-Fabric/components/slider (1000.0.0):
410+
- RCT-Folly/Fabric (= 2020.01.13.00)
411+
- RCTRequired (= 1000.0.0)
412+
- RCTTypeSafety (= 1000.0.0)
413+
- React-graphics (= 1000.0.0)
414+
- React-jsi (= 1000.0.0)
415+
- React-jsiexecutor (= 1000.0.0)
416+
- ReactCommon/turbomodule/core (= 1000.0.0)
417+
- React-Fabric/components/text (1000.0.0):
418+
- RCT-Folly/Fabric (= 2020.01.13.00)
419+
- RCTRequired (= 1000.0.0)
420+
- RCTTypeSafety (= 1000.0.0)
421+
- React-graphics (= 1000.0.0)
422+
- React-jsi (= 1000.0.0)
423+
- React-jsiexecutor (= 1000.0.0)
424+
- ReactCommon/turbomodule/core (= 1000.0.0)
425+
- React-Fabric/components/textinput (1000.0.0):
426+
- RCT-Folly/Fabric (= 2020.01.13.00)
427+
- RCTRequired (= 1000.0.0)
428+
- RCTTypeSafety (= 1000.0.0)
429+
- React-graphics (= 1000.0.0)
430+
- React-jsi (= 1000.0.0)
431+
- React-jsiexecutor (= 1000.0.0)
432+
- ReactCommon/turbomodule/core (= 1000.0.0)
433+
- React-Fabric/components/unimplementedview (1000.0.0):
434+
- RCT-Folly/Fabric (= 2020.01.13.00)
435+
- RCTRequired (= 1000.0.0)
436+
- RCTTypeSafety (= 1000.0.0)
437+
- React-graphics (= 1000.0.0)
438+
- React-jsi (= 1000.0.0)
439+
- React-jsiexecutor (= 1000.0.0)
440+
- ReactCommon/turbomodule/core (= 1000.0.0)
441+
- React-Fabric/components/view (1000.0.0):
442+
- RCT-Folly/Fabric (= 2020.01.13.00)
443+
- RCTRequired (= 1000.0.0)
444+
- RCTTypeSafety (= 1000.0.0)
445+
- React-graphics (= 1000.0.0)
446+
- React-jsi (= 1000.0.0)
447+
- React-jsiexecutor (= 1000.0.0)
448+
- ReactCommon/turbomodule/core (= 1000.0.0)
449+
- Yoga
450+
- React-Fabric/config (1000.0.0):
451+
- RCT-Folly/Fabric (= 2020.01.13.00)
452+
- RCTRequired (= 1000.0.0)
453+
- RCTTypeSafety (= 1000.0.0)
454+
- React-graphics (= 1000.0.0)
455+
- React-jsi (= 1000.0.0)
456+
- React-jsiexecutor (= 1000.0.0)
457+
- ReactCommon/turbomodule/core (= 1000.0.0)
458+
- React-Fabric/core (1000.0.0):
459+
- RCT-Folly/Fabric (= 2020.01.13.00)
460+
- RCTRequired (= 1000.0.0)
461+
- RCTTypeSafety (= 1000.0.0)
462+
- React-graphics (= 1000.0.0)
463+
- React-jsi (= 1000.0.0)
464+
- React-jsiexecutor (= 1000.0.0)
465+
- ReactCommon/turbomodule/core (= 1000.0.0)
466+
- React-Fabric/debug (1000.0.0):
467+
- RCT-Folly/Fabric (= 2020.01.13.00)
468+
- RCTRequired (= 1000.0.0)
469+
- RCTTypeSafety (= 1000.0.0)
470+
- React-graphics (= 1000.0.0)
471+
- React-jsi (= 1000.0.0)
472+
- React-jsiexecutor (= 1000.0.0)
473+
- ReactCommon/turbomodule/core (= 1000.0.0)
474+
- React-Fabric/imagemanager (1000.0.0):
475+
- RCT-Folly/Fabric (= 2020.01.13.00)
476+
- RCTRequired (= 1000.0.0)
477+
- RCTTypeSafety (= 1000.0.0)
478+
- React-graphics (= 1000.0.0)
479+
- React-jsi (= 1000.0.0)
480+
- React-jsiexecutor (= 1000.0.0)
481+
- React-RCTImage (= 1000.0.0)
482+
- ReactCommon/turbomodule/core (= 1000.0.0)
483+
- React-Fabric/mounting (1000.0.0):
484+
- RCT-Folly/Fabric (= 2020.01.13.00)
485+
- RCTRequired (= 1000.0.0)
486+
- RCTTypeSafety (= 1000.0.0)
487+
- React-graphics (= 1000.0.0)
488+
- React-jsi (= 1000.0.0)
489+
- React-jsiexecutor (= 1000.0.0)
490+
- ReactCommon/turbomodule/core (= 1000.0.0)
491+
- React-Fabric/scheduler (1000.0.0):
492+
- RCT-Folly/Fabric (= 2020.01.13.00)
493+
- RCTRequired (= 1000.0.0)
494+
- RCTTypeSafety (= 1000.0.0)
495+
- React-graphics (= 1000.0.0)
496+
- React-jsi (= 1000.0.0)
497+
- React-jsiexecutor (= 1000.0.0)
498+
- ReactCommon/turbomodule/core (= 1000.0.0)
499+
- React-Fabric/templateprocessor (1000.0.0):
500+
- RCT-Folly/Fabric (= 2020.01.13.00)
501+
- RCTRequired (= 1000.0.0)
502+
- RCTTypeSafety (= 1000.0.0)
503+
- React-graphics (= 1000.0.0)
504+
- React-jsi (= 1000.0.0)
505+
- React-jsiexecutor (= 1000.0.0)
506+
- ReactCommon/turbomodule/core (= 1000.0.0)
507+
- React-Fabric/textlayoutmanager (1000.0.0):
508+
- RCT-Folly/Fabric (= 2020.01.13.00)
509+
- RCTRequired (= 1000.0.0)
510+
- RCTTypeSafety (= 1000.0.0)
511+
- React-Fabric/uimanager
512+
- React-graphics (= 1000.0.0)
513+
- React-jsi (= 1000.0.0)
514+
- React-jsiexecutor (= 1000.0.0)
515+
- ReactCommon/turbomodule/core (= 1000.0.0)
516+
- React-Fabric/uimanager (1000.0.0):
517+
- RCT-Folly/Fabric (= 2020.01.13.00)
518+
- RCTRequired (= 1000.0.0)
519+
- RCTTypeSafety (= 1000.0.0)
520+
- React-graphics (= 1000.0.0)
521+
- React-jsi (= 1000.0.0)
522+
- React-jsiexecutor (= 1000.0.0)
523+
- ReactCommon/turbomodule/core (= 1000.0.0)
524+
- React-Fabric/utils (1000.0.0):
525+
- RCT-Folly/Fabric (= 2020.01.13.00)
526+
- RCTRequired (= 1000.0.0)
527+
- RCTTypeSafety (= 1000.0.0)
528+
- React-graphics (= 1000.0.0)
529+
- React-jsi (= 1000.0.0)
530+
- React-jsiexecutor (= 1000.0.0)
531+
- ReactCommon/turbomodule/core (= 1000.0.0)
532+
- React-graphics (1000.0.0):
533+
- RCT-Folly/Fabric (= 2020.01.13.00)
247534
- React-jsi (1000.0.0):
248535
- boost-for-react-native (= 1.63.0)
249536
- DoubleConversion
@@ -255,6 +542,11 @@ PODS:
255542
- DoubleConversion
256543
- glog
257544
- RCT-Folly (= 2020.01.13.00)
545+
- React-jsi/Fabric (1000.0.0):
546+
- boost-for-react-native (= 1.63.0)
547+
- DoubleConversion
548+
- glog
549+
- RCT-Folly (= 2020.01.13.00)
258550
- React-jsiexecutor (1000.0.0):
259551
- DoubleConversion
260552
- glog
@@ -281,6 +573,11 @@ PODS:
281573
- React-jsi (= 1000.0.0)
282574
- React-RCTNetwork (= 1000.0.0)
283575
- ReactCommon/turbomodule/core (= 1000.0.0)
576+
- React-RCTFabric (1000.0.0):
577+
- RCT-Folly/Fabric (= 2020.01.13.00)
578+
- React-Core (= 1000.0.0)
579+
- React-Fabric (= 1000.0.0)
580+
- React-RCTImage (= 1000.0.0)
284581
- React-RCTImage (1000.0.0):
285582
- FBReactNativeSpec (= 1000.0.0)
286583
- RCT-Folly (= 2020.01.13.00)
@@ -378,6 +675,7 @@ DEPENDENCIES:
378675
- FlipperKit/SKIOSNetworkPlugin (~> 0.54.0)
379676
- glog (from `../../third-party-podspecs/glog.podspec`)
380677
- RCT-Folly (from `../../third-party-podspecs/RCT-Folly.podspec`)
678+
- RCT-Folly/Fabric (from `../../third-party-podspecs/RCT-Folly.podspec`)
381679
- RCTRequired (from `../../Libraries/RCTRequired`)
382680
- RCTTypeSafety (from `../../Libraries/TypeSafety`)
383681
- React (from `../../`)
@@ -387,13 +685,17 @@ DEPENDENCIES:
387685
- React-Core/RCTWebSocket (from `../../`)
388686
- React-CoreModules (from `../../React/CoreModules`)
389687
- React-cxxreact (from `../../ReactCommon/cxxreact`)
688+
- React-Fabric (from `../../ReactCommon`)
689+
- React-graphics (from `../../ReactCommon/react/renderer/graphics`)
390690
- React-jsi (from `../../ReactCommon/jsi`)
691+
- React-jsi/Fabric (from `../../ReactCommon/jsi`)
391692
- React-jsiexecutor (from `../../ReactCommon/jsiexecutor`)
392693
- React-jsinspector (from `../../ReactCommon/jsinspector`)
393694
- React-perflogger (from `../../ReactCommon/reactperflogger`)
394695
- React-RCTActionSheet (from `../../Libraries/ActionSheetIOS`)
395696
- React-RCTAnimation (from `../../Libraries/NativeAnimation`)
396697
- React-RCTBlob (from `../../Libraries/Blob`)
698+
- React-RCTFabric (from `../../React`)
397699
- React-RCTImage (from `../../Libraries/Image`)
398700
- React-RCTLinking (from `../../Libraries/LinkingIOS`)
399701
- React-RCTNetwork (from `../../Libraries/Network`)
@@ -447,6 +749,10 @@ EXTERNAL SOURCES:
447749
:path: "../../React/CoreModules"
448750
React-cxxreact:
449751
:path: "../../ReactCommon/cxxreact"
752+
React-Fabric:
753+
:path: "../../ReactCommon"
754+
React-graphics:
755+
:path: "../../ReactCommon/react/renderer/graphics"
450756
React-jsi:
451757
:path: "../../ReactCommon/jsi"
452758
React-jsiexecutor:
@@ -461,6 +767,8 @@ EXTERNAL SOURCES:
461767
:path: "../../Libraries/NativeAnimation"
462768
React-RCTBlob:
463769
:path: "../../Libraries/Blob"
770+
React-RCTFabric:
771+
:path: "../../React"
464772
React-RCTImage:
465773
:path: "../../Libraries/Image"
466774
React-RCTLinking:
@@ -490,7 +798,7 @@ SPEC CHECKSUMS:
490798
CocoaLibEvent: 2fab71b8bd46dd33ddb959f7928ec5909f838e3f
491799
DoubleConversion: cde416483dac037923206447da6e1454df403714
492800
FBLazyVector: fe973c09b2299b5e8154186ecf1f6554b4f70987
493-
FBReactNativeSpec: 8e8b4f540947580f2a9ef54a443453c562d439cd
801+
FBReactNativeSpec: 259a715466e53b411664fdfbe166dbde93ece5b6
494802
Flipper: be611d4b742d8c87fbae2ca5f44603a02539e365
495803
Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
496804
Flipper-Folly: e4493b013c02d9347d5e0cb4d128680239f6c78a
@@ -500,21 +808,24 @@ SPEC CHECKSUMS:
500808
FlipperKit: ab353d41aea8aae2ea6daaf813e67496642f3d7d
501809
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
502810
OpenSSL-Universal: ff34003318d5e1163e9529b08470708e389ffcdd
503-
RCT-Folly: b39288cedafe50da43317ec7d91bcc8cc0abbf33
811+
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
504812
RCTRequired: d3d4ce60e1e2282864d7560340690a3c8c646de1
505813
RCTTypeSafety: 4da4f9f218727257c50fd3bf2683a06cdb4fede3
506814
React: 87b3271d925336a94620915db5845c67c5dbbd77
507815
React-callinvoker: e9524d75cf0b7ae108868f8d34c0b8d7dc08ec03
508816
React-Core: 40874579985cf440232e3f33ce172be1f04d4964
509817
React-CoreModules: 87f011fa87190ffe979e443ce578ec93ec6ff4d4
510818
React-cxxreact: de6de17eac6bbaa4f9fad46b66e7f0c4aaaf863d
819+
React-Fabric: 911e4b13fbffce46820f18c3a3b7a2a966e9e425
820+
React-graphics: 996d77a11e944cb0b3a5c67aefda1de5cb848e28
511821
React-jsi: 790da16b69a61adc36829eed43c44187c1488d10
512822
React-jsiexecutor: 17a3e26806bc19d8be7b6c83792bffc46df796be
513823
React-jsinspector: 01db8cd098c7ab72bd09abdda522a08c9acd3af9
514824
React-perflogger: 37913fce32026582ad0244b585d1e52652fd01c0
515825
React-RCTActionSheet: e6562ea4df7099af4023d1bd0e9716e43b45a5c9
516826
React-RCTAnimation: fc2f655a64f0791879ab03843cca90c53737d1cb
517827
React-RCTBlob: 5f82467e5d3bef65d05cdd900df6e12b0849744a
828+
React-RCTFabric: 7a25f04616e0bcdcda4279a93b42e80ee69b46be
518829
React-RCTImage: f3a98834281555ce1bbbe1af0306aaf40ac70fc7
519830
React-RCTLinking: 801d05ad5e6d1636e977f4dfeab21f87358a02a5
520831
React-RCTNetwork: b5e2f27a098ca52d98426328640314a499da6d00

0 commit comments

Comments
 (0)
Please sign in to comment.