You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve event emitter
Update packages and switch builds to use vite
Lint and code cleanup from package updates
Improved flexbox performance
- Also added optional useWebWorker setting for the flexbox plugin. This will load the yoga library in a web worker and do the calculations on the worker. At this moment, the postMessage command is too slow and will require some more work, but
you may get some performance gains from offloading the calculations.
Removed effects and replaced with shaders since lightning v3 removes effects
Improved diff code and performance
Improved focus performance
Improved RN performance
Some FlashList cleanup
Bumping it causes linking issues with our RN client app
Only lint before commit, run other checks before push
0 commit comments