mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 06:07:41 +00:00
feat: use yoga::StyleLength instead of yoga::value on 77+ (#2582)
# Summary With react-native@0.77 `yoga::value` is no longer available and we should use `yoga::StyleLength`. ## Test Plan App should build again on 0.77.rc-3
This commit is contained in:
@@ -1751,7 +1751,7 @@ PODS:
|
||||
- ReactCommon/turbomodule/bridging
|
||||
- ReactCommon/turbomodule/core
|
||||
- Yoga
|
||||
- RNSVG (15.10.0):
|
||||
- RNSVG (15.10.1):
|
||||
- DoubleConversion
|
||||
- glog
|
||||
- hermes-engine
|
||||
@@ -1771,9 +1771,9 @@ PODS:
|
||||
- ReactCodegen
|
||||
- ReactCommon/turbomodule/bridging
|
||||
- ReactCommon/turbomodule/core
|
||||
- RNSVG/common (= 15.10.0)
|
||||
- RNSVG/common (= 15.10.1)
|
||||
- Yoga
|
||||
- RNSVG/common (15.10.0):
|
||||
- RNSVG/common (15.10.1):
|
||||
- DoubleConversion
|
||||
- glog
|
||||
- hermes-engine
|
||||
@@ -2087,7 +2087,7 @@ SPEC CHECKSUMS:
|
||||
RNGestureHandler: fc5ce5bf284640d3af6431c3a5c3bc121e98d045
|
||||
RNReanimated: 77242c6d67416988a2fd9f5cf574bb3e60016362
|
||||
RNScreens: e389d6a6a66a4f0d3662924ecae803073ccce8ec
|
||||
RNSVG: 0ac7301275469a63da5178fad6930833012c5a7c
|
||||
RNSVG: 39d6700bf81b883cf5049760bca48208b860f996
|
||||
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
|
||||
Yoga: f8ec45ce98bba1bc93dd28f2ee37215180e6d2b6
|
||||
|
||||
|
||||
@@ -1823,7 +1823,7 @@ SPEC CHECKSUMS:
|
||||
ReactAppDependencyProvider: fc917756e3e18f7d1c8835f86f789ba6565e01f0
|
||||
ReactCodegen: 31c5d427c89af11beaad701feb8adbbd1dd3ac48
|
||||
ReactCommon: 4baee138fa471f1681dd507c2fe3ca3530d8526d
|
||||
RNSVG: 08393d7acf082eb96635e3d026928d0503a94d95
|
||||
RNSVG: b744d9814d61a647810e9ce4c0217ac335b3bf6a
|
||||
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
|
||||
Yoga: d2b20c8f141d4d00e975ef4db8d8613399cf008f
|
||||
|
||||
|
||||
Reference in New Issue
Block a user