Skip to content

Releases: Shopify/react-native-skia

v2.1.1

04 Jul 14:22
7083871
Compare
Choose a tag to compare

2.1.1 (2025-07-04)

Bug Fixes

  • πŸ–ΌοΈ: New ImageFilter component that receives arbitrary image filter as prop (#3225) (7083871)

v2.1.0

30 Jun 19:07
28c91ed
Compare
Choose a tag to compare

2.1.0 (2025-06-30)

Features

  • 🍭: Add support for Skottie animation and dynamic properties (#3143) (aabf93b)
  • πŸŽ†: new image filters(#3148) (4cf289d)
  • πŸ“·: Perspective camera for 2d scenes (#3214) (f8f760a)

v2.0.7

26 Jun 07:48
eb6420a
Compare
Choose a tag to compare

2.0.7 (2025-06-26)

Bug Fixes

v2.0.6

25 Jun 20:41
90ecf34
Compare
Choose a tag to compare

2.0.6 (2025-06-25)

Bug Fixes

  • ⬆️: upgrade to Skia m139 (#3198) (80bb92d)
  • πŸ’š: fix build skia step (#3202) (5672ec3)
  • πŸ€–: Add flag to build librnskia.so for 16 KB page sizes to android CMakeLists.txt (#3177) (cc0278f)

v2.0.5

17 Jun 10:20
f1e0470
Compare
Choose a tag to compare

2.0.5 (2025-06-17)

Bug Fixes

  • πŸ–ΌοΈ: fix Canvas in StrictMode (#3189) (f1e0470)

v2.0.4

16 Jun 10:52
b34a4d8
Compare
Choose a tag to compare

2.0.4 (2025-06-16)

Bug Fixes

  • 🎨: fix opacity regression with layers (#3185) (b97f774)

v2.0.3

07 Jun 07:47
7ab9c66
Compare
Choose a tag to compare

2.0.3 (2025-06-07)

Bug Fixes

v2.0.2

03 Jun 15:09
8442b75
Compare
Choose a tag to compare

2.0.2 (2025-06-03)

Bug Fixes

  • 🌈: enable wide gamut colors on RN Web (#3154) (bed348e)
  • 🏞️: add output parameter to makeImageSnapshot() (#3155) (f53e43f)
  • πŸ›: Fix opacity context bug where color opacity would mutate the context opacity (#3171) (51c7a8f)
  • πŸ›: fix reconciler regression due to mismatching types with implementation (#3173) (8442b75)

v2.0.1

20 May 18:41
92c62fd
Compare
Choose a tag to compare

2.0.1 (2025-05-20)

Bug Fixes

  • 🌈: enable wide gamut colors by default on iOS (#3153) (92c62fd)

v2.0.0

09 May 14:22
8b465b6
Compare
Choose a tag to compare

2.0.0 (2025-05-09)

Features

BREAKING CHANGES

  • 🎨: * React 19 and React Native 0.78 minimum are required
  • The debug and mode properties are now deprecated
  • SKSGRoot api is now async, as a result functions such as drawAsImage are now async as well.