Christian Falch

Results 31 issues of Christian Falch

The Android builds system has a hard requirement on [CMake version 3.10.2](https://github.com/Shopify/react-native-skia/blob/51cadbab14b99b3e924937ec74a2d9204e90a500/package/android/build.gradle#L137). This shouldn't necessary and creates some issues for CI systems. Reported here: #627

build
android

We should upgrade the example project to React Native 0.70.0

examples

Since we're now on version 0.68 of the example project we should add support for the new architecture / Fabric in our library as well. This should be done so...

enhancement
ios

A problem with computed values is that sometimes we want to calculate values for multiple Skia components where the only difference is an index or a key into an object....

When using useComputedValue and the dependencies are updated so that the value is recreated, the underlying update callback will not be unsubscribed - causing the computed value to be reevaluated...

The current version of the reconciler uses a pull model when rendering, where each property is "materialised" on each render. This slows down the reconciler quite a bit, so a...

When using useComputedValue and the dependencies are updated so that the value is recreated, the underlying update callback will not be unsubscribed - causing the computed value to be reevaluated...

bug

SkFont.measureText should be deprecated in favour of getGlyphWidths.

deprecation

To align with the API design from CanvasKit we'll deprecate and remove the followingTypeface interface properties: - bold - italic

deprecation