Skip to content

Do we have a callback to identify when fallback to mainThread rendering happens ? #1893

Answered by calda
NitishGadangi asked this question in Q&A
Discussion options

You must be logged in to vote

I'd say the best-practice is to rely on RenderingEngineOption.automatic to automatically handle displaying the remote animation using the best rendering engine for that specific animation. .automatic comes with some initial setup overhead but not enough to worry about imo unless you have a very performance-sensitive use case. Otherwise you would have to do something like store a mapping between asset URLs and the rendering engine you'd like to use when displaying that animation.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by NitishGadangi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants