Skip to content

Release 4.2.0

Compare
Choose a tag to compare
@gorhom gorhom released this 24 Apr 17:35
· 163 commits to master since this release

Features

  • feat: allow unsafe usage for useBottomSheetInternal & useBottomSheetModalInternal (#740)(by @jembach)
  • feat: add useBottomSheetInternal_unsafe & useBottomSheetModalInternal_unsafe to access context

  • chore: export hooks useBottomSheetInternal_unsafe and useBottomSheetModalInternal_unsafe

  • refactor: combined unsafe hooks with default hooks using an argument

  • chore(useBottomSheetInternal): use function overloading instead of interface

  • chore(useBottomSheetModalInternal): use function overloading instead of interface

  • chore: fixed spacing

Co-authored-by: gorhom <[email protected]> (1bf6139).

Improvements

  • chore: fixed types import from reanimated (831df9c).
  • chore: fixed types import (95cb80d).
  • chore: exported useBottomSheetModalInternal hook (31eb738).