react-native-skia
react-native-skia copied to clipboard
High-performance React Native Graphics using Skia
I need to take a screenshot of the whole screen. The screen includes a header from React Navigation. When I take a screenshot using `makeImageFromView`, it pushes the header down....
### Description "react": "18.1.0", "react-native": "0.70.15", "react-native-gesture-handler": "^2.21.2", "react-native-reanimated": "2.12.0", use "@shopify/react-native-skia": "^1.10.1", is error Running "fule" with {"rootTag":1} ERROR Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNSkiaModule' could not be found. Verify that...
### Description The current example is too redundant and has too many dependencies.
### Description Skia Text doesn't render many special characters, including the following ₪ د.إ" It instead renders these characters as blank boxes, as shown below ### React Native Skia Version...
### Description Related issues seen: https://github.com/Shopify/react-native-skia/issues/2636 Testing this right after installation: https://shopify.github.io/react-native-skia/docs/getting-started/hello-world  ``` const width = 256 const height = 256 const r = width * 0.33 return (...
### Description Skia.NativeBuffer is badly designed. The `MakeFromImage` function sadly returns pointers as BigInts. https://github.com/Shopify/react-native-skia/blob/15edae07d096255fd854fb6ac1f815477194ec8c/packages/skia/cpp/api/JsiNativeBuffer.h#L20-L25 The `Release` function accepts a BigInt argument, which is expected to be the pointer for...
Hi, I am currently upgrading from expo 51 to 52 and noticed that after the upgrade no fonts are rendered in my skia canvas due to an error: ```ts Font.js:67...
### Description Our app uses a Skia's canvas as a background for the home screen, and the first render always comes through transparent, although there are elements to be rendered....
### Description There is a noticeable delay in rendering Skia components during the initial mount. In my project, I have a custom header that contains a LinearGradient from react-native-skia. However,...