github Shopify/react-native-skia v0.1.119-alpha
Release 0.1.119 alpha

latest releases: v0.1.197-beta, v0.1.196-beta, v0.1.195-beta...
2 years ago

What's Changed

New Contributors

Full Changelog: v0.1.118-alpha...v0.1.119-alpha

Breaking Change

Now complex paint attributes can be set as children of a drawing or a group. For instance the following:

<Paint>
  <LinearGradient />
</Paint>
<Fill />

becomes

<Fill>
  <LinearGradient />
</Fill>

See the documentation for more details.

Don't miss a new react-native-skia release

NewReleases is sending notifications on new releases.