Skip to content

Conversation

wcandillon
Copy link
Contributor

@wcandillon wcandillon commented Aug 11, 2025

The goal of this PR is to provide snapshotting of native views for Skia.
On iOS this is done by making the feature faster and offering a shortcut if the snapshot is directly made on the main thread via Reanimated.
On Android, we will use setRenderEffect() (API level >= 31) which somewhat a completely different feature but since it is using the same shader syntax as Skia (because it is indeed Skia) we think it's too good of an opportunity to pass. The overlap of use-cases is big there.

  • iOS
  • Android
  • Unify APIs
  • Finish demo
  • Document

@wcandillon wcandillon changed the title feat(🍏, 🤖): Realtime snapshotting feat(🍏, 🤖): Realtime Skia effects on native views Aug 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant