While using the React Native Skia library, it was observed that the application crashes abruptly when scrolling with a FlatList component on the screen. This crash seems to be caused by issues within the Skia drawing engine or library itself, as the problem does not occur when Skia library is not used, and FlatList scrolling works fine.
@ZThwood sorry for the late reply here. Is this still happening? And You are 100% sure that the crash is Skia related? Do you get more information if you run the example in debug mode?
Description
While using the React Native Skia library, it was observed that the application crashes abruptly when scrolling with a FlatList component on the screen. This crash seems to be caused by issues within the Skia drawing engine or library itself, as the problem does not occur when Skia library is not used, and FlatList scrolling works fine.
Version
0.1.237
React Native Skia Version: 0.1.237 React Native Version: 0.69.12 Operating System: Android 8.0 Device Model: MI 5
Steps to reproduce
step
Snack, code example, screenshot, or link to a repository
code example:
https://github.com/ZThwood/rn72VersionTest/tree/main