What's Changed
- Upgrade skia to Release M103 by @chrfalch in #519
- Fix some build errors from expo go integration by @Kudo in #523
- Added script for removing patch-package from postinstall in npm-build by @chrfalch in #524
Breaking change
All of the makeShader
functions associated with RuntimeEffect
no longer take an isOpaque
parameter. These functions will now make a best effort to determine if your shader always produces opaque output, and optimize accordingly.
New Contributors
Full Changelog: v0.1.129-alpha...v0.1.130-alpha