### Description Skia Canvas rendering appears to be slightly slower than React Native's built-in components As shown in the video, when I click the TEST button, I change the Canvas key, and you can see a momentary flicker. https://github.com/user-attachments/assets/cab98043-68bf-4b88-8249-a5ff73a81c3c ### React Native Skia Version 2.3.10 ### React Native Version 0.81.5 ### Using New Architecture - [x] Enabled ### Steps to Reproduce 1. git clone https://github.com/zhuscat/skia-flicker-reproduction 2. cd skia-flicker-reproduction 3. npm i 4. npm run android 5. Click the TEST button, and you can observe the flickering ### Snack, Code Example, Screenshot, or Link to Repository https://github.com/zhuscat/skia-flicker-reproduction