Skip to content
Discussion options

You must be logged in to vote

I like these kinds of questions and fun rabbit holes :)

In React Native Skia, we use a React renderer which has no coupling with any platform. It can run literally anywhere where React runs (include nodejs). From there, you do need to bind to an instance of Skia. On web we use CanvasKit (Skia compiled via WebAssembly) and iOS and Android we have our own C++ binding done via JSI.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant