We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fe0fa commit 4e5a39fCopy full SHA for 4e5a39f
‎packages/skia/cpp/api/JsiSkTextStyle.h‎
@@ -137,7 +137,7 @@ class JsiSkTextStyle {
137
}
138
if (object.hasProperty(runtime, "halfLeading")) {
139
auto propValue = object.getProperty(runtime, "halfLeading");
140
- retVal.setHalfLeading(propValue.asNumber());
+ retVal.setHalfLeading(propValue.getBool());
141
142
if (object.hasProperty(runtime, "letterSpacing")) {
143
auto propValue = object.getProperty(runtime, "letterSpacing");
0 commit comments