File tree Expand file tree Collapse file tree 5 files changed +1
-55
lines changed Expand file tree Collapse file tree 5 files changed +1
-55
lines changed Original file line number Diff line number Diff line change 4
4
paths :
5
5
- ' .github/workflows/android-build-test.yml'
6
6
- ' android/**'
7
- - ' common/**'
8
7
- ' Example/android/**'
9
8
- ' FabricExample/android/**'
10
9
push :
Original file line number Diff line number Diff line change @@ -705,15 +705,6 @@ PODS:
705
705
- React-Codegen
706
706
- React-RCTFabric
707
707
- ReactCommon/turbomodule/core
708
- - RNSVG/common (= 12.4.4)
709
- - RNSVG/common (12.4.4):
710
- - RCT-Folly
711
- - RCTRequired
712
- - RCTTypeSafety
713
- - React
714
- - React-Codegen
715
- - React-RCTFabric
716
- - ReactCommon/turbomodule/core
717
708
- SocketRocket (0.6.0)
718
709
- Yoga (1.14.0)
719
710
- YogaKit (1.18.1):
@@ -936,7 +927,7 @@ SPEC CHECKSUMS:
936
927
React-rncore: 55e35fbadf994c9efa605a78bf9d1fb3f080bc55
937
928
React-runtimeexecutor: 538c4d995c729b5247ac3149774f0a53f98570dd
938
929
ReactCommon: f7fc6b8b10e8f16f65a8009be266cfc1478fb20d
939
- RNSVG: 79c1551169ce176cc9eadd5e320c62b8912fe315
930
+ RNSVG: 7b29007eb3f0c22975ee09c5cfab0459b1d78560
940
931
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
941
932
Yoga: 65fe91a246110ebd54e9c7388d98e90d861cb4e7
942
933
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
Original file line number Diff line number Diff line change @@ -38,12 +38,6 @@ Pod::Spec.new do |s|
38
38
s . dependency "RCTRequired"
39
39
s . dependency "RCTTypeSafety"
40
40
s . dependency "ReactCommon/turbomodule/core"
41
-
42
- s . subspec "common" do |ss |
43
- ss . source_files = "common/cpp/**/*.{cpp,h}"
44
- ss . header_dir = "rnsvg"
45
- ss . pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\" $(PODS_TARGET_SRCROOT)/common/cpp\" " }
46
- end
47
41
else
48
42
s . source_files = 'apple/**/*.{h,m,mm}'
49
43
s . exclude_files = 'apple/Utils/RNSVGFabricConversions.h'
Original file line number Diff line number Diff line change 1
1
SVG_MAIN_THIS_DIR := $(call my-dir)
2
2
3
3
include $(SVG_MAIN_THIS_DIR ) /../../../build/generated/source/codegen/jni/Android.mk
4
- include $(SVG_MAIN_THIS_DIR ) /../../../../common/cpp/Android.mk
5
4
6
5
include $(CLEAR_VARS )
7
6
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments