Skip to content

Releases: margelo/react-native-worklets-core

Release 1.6.2

06 Aug 15:32
Compare
Choose a tag to compare

1.6.2 (2025-08-06)

Bug Fixes

  • Move fix-prefab.gradle to android/ (afb3b54)

Release 1.6.1

06 Aug 11:37
Compare
Choose a tag to compare

1.6.1 (2025-08-06)

Bug Fixes

  • android: renamed class to WorkletsCore to avoid naming conflicts (#251) (9e4e232)
  • Fix Android build issues where dependent libraries can't link RNWC (#252) (31bd374)
  • Prepend build on prepareHeaders task (#254) (3c9907a)

Release 1.6.0

01 Jul 09:31
Compare
Choose a tag to compare

1.6.0 (2025-07-01)

Features

Release 1.5.0

07 Nov 14:44
Compare
Choose a tag to compare

1.5.0 (2024-11-07)

Features

Release 1.4.0

06 Nov 13:38
Compare
Choose a tag to compare

1.4.0 (2024-11-06)

This release adds support for sharing Nitro HybridObjects! 🎉

Note: react-native 0.74 or higher is required for react-native-worklets-core 1.4.0.

Features

  • Support adopting Prototypes and NativeState (Nitro support 🔥) (#223) (9ef89f6)

Release 2.0.0-beta.4

03 Jun 11:28
0dd4971
Compare
Choose a tag to compare
Release 2.0.0-beta.4 Pre-release
Pre-release

2.0.0-beta.4 (2024-06-03)

🧹 Chores

🐛 Bug Fixes

  • Include RN config in npm (9c9c009)

Release 2.0.0-beta.3

21 May 15:25
e8ae864
Compare
Choose a tag to compare
Release 2.0.0-beta.3 Pre-release
Pre-release

2.0.0-beta.3 (2024-05-21)

🐛 Bug Fixes

  • Don't build CMake ourselves - the consumer app will build it (91d285d)
  • Update CI (9d7c207)

Release 2.0.0-beta.2

17 May 10:22
5b4c8c1
Compare
Choose a tag to compare
Release 2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2024-05-17)

✨ Features

  • Create FunctionInvoker:: callAndForget (6eebe9c)
  • Create NativeWorkletsModule CXX (1030273)
  • Initialize default instance so everything works again ✅ (e00ecdb)
  • Rewrite the whole createCallInContext logic into FunctionInvoker (ada3a53)
  • Try to clean up createRunInContext (f042e4f)
  • Upgrade Example app (0bfd8cc)

🐛 Bug Fixes

  • Add the react_codegen_RNWorkletsSpec project with headers (ac52148)
  • Fix Android build (25ce228)
  • Fix CI (09eb3bd)
  • Fix ctx throwing (6201411)
  • Fix decorators again (a16079f)
  • Fix missing includes (e4cd40a)
  • If a promise is resolved/rejected already, ensure we always have a value or reason (6278404)
  • Implement createRunOnJS - stub out Promise (30e3d79)
  • Try to use simple Promise approach... fails (e179d2f)
  • Update CI paths (25c0c7f)

1.3.3 (2024-05-13)

🐛 Bug Fixes

  • fix compatibility when using reanimated (#194) (432954b)

🧹 Chores

Release 2.0.0-beta.1

15 May 12:15
6854053
Compare
Choose a tag to compare
Release 2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2024-05-15)

✨ Features

  • Add BigInt to globals (fb3fd84)
  • Move everything into package/ (f8bf6d7)
  • Upgrade Android to new arch C++ only (5d7c8b7)

🐛 Bug Fixes

Release 1.3.3

13 May 13:25
2babd69
Compare
Choose a tag to compare

1.3.3 (2024-05-13)

Bug Fixes

  • fix compatibility when using reanimated (#194) (432954b)

Features