React Native Action Sheet Versions Save

A cross-platform ActionSheet for React Native

v4.0.1

1 year ago

4.0.1 (2022-11-04)

Bug Fixes

  • expose ref on ActionSheetProvider for statically invoking (#283) (b2f5f43)

v4.0.0

1 year ago

4.0.0 (2022-10-26)

Features

BREAKING CHANGES

  • This implementation is backwards compatible, but just to be safe I'm marking this as breaking so that it bumps the major version.

v3.13.0

2 years ago

3.13.0 (2022-01-10)

Bug Fixes

  • defer calling onSelect until after animation (#248) (1fb3411), closes #203
  • stabilize the identity of the context provider value (#251) (55005ba)

Features

  • support closing actionsheet with Esc key on web (#247) (c4c3f8b), closes #194

v3.12.0

2 years ago

3.12.0 (2021-10-14)

Bug Fixes

  • use correct callback type allowing for undefined i (#239) (b54b9f1)

Features

v3.11.0

2 years ago

3.11.0 (2021-09-07)

Bug Fixes

Features

  • default useModal to true when autoFocus is set (688fd47)

v3.10.0

2 years ago

3.10.0 (2021-08-09)

Features

v3.9.0

3 years ago

3.9.0 (2021-03-12)

Bug Fixes

Features

  • add userInterfaceStyle option for iOS (#206) (735cfa5)

v3.8.0

3 years ago

3.8.0 (2020-05-19)

Features

v3.7.0

4 years ago

3.7.0 (2020-05-06)

Features

  • adds useModal prop wrap action sheet in a modal (9ed955d), closes #169

v3.6.0

4 years ago

3.6.0 (2020-03-30)

Bug Fixes

  • Android 'Super expression must either be null or a function' (37156da)

Features

  • Add accessibility label to Action options (#158) (bc3c27d)