Skip to content

Release 2.1.1

Compare
Choose a tag to compare
@mrousavy mrousavy released this 09 Mar 09:55
· 160 commits to main since this release

2.1.1 (2022-03-09)

📚 Documentation

  • Add wrapper for zustand persist-middleware (#327) (ab0fe8f)

🐛 Bug Fixes

  • Fix CMake build on Windows (#329) (d7f6376)
  • Fix value not updating if key changes in hook (d3ccb65)
  • Main thread error with initialize function (#346) (314c526)
  • Remove unnecessary macOS pbxproj (cb52901)
  • Use RCTUnsafeExecuteOnMainQueueSync instead of dispatch_sync - unsafe is my middle name ;) (41f0471)