Skip to content

Releases: alessiocancian/react-native-actionsheet

3.2.0

17 Nov 23:05
Compare
Choose a tag to compare
  • added statusBarTranslucent prop (PR: #23)
  • added example with functional components

3.1.3

05 Nov 11:28
Compare
Choose a tag to compare

Updated @react-native-community/blur #21

3.1.2

05 Nov 11:27
Compare
Choose a tag to compare

Fixed tintColor prop #16

3.1.1

14 Sep 15:31
Compare
Choose a tag to compare
  • Fix default supportedOrientations value (#12)
  • Added supportedOrientations prop to change the default value if needed
  • Bugfix: sometimes after an orientation change the size of actionsheet was not updated

3.1.0

02 Sep 12:46
Compare
Choose a tag to compare

Added landscape support

3.0.4

02 Sep 12:45
Compare
Choose a tag to compare

Fix: options scrolling when needed

3.0.0

01 Jul 16:33
Compare
Choose a tag to compare
  • Added dark mode support for custom ui too (uses system theme as default, can be changed using userInterfaceStyle prop)
  • ActionSheetCustom now uses native-like ui for iOS
  • added theme prop to change appearance

A pod install is needed for iOS to install @react-native-community/blur.

Needs react-native v0.62 or greater to use Appearance module (https://reactnative.dev/docs/0.62/appearance).

2.4.11

16 Mar 22:18
Compare
Choose a tag to compare

Fixed ActionSheetCustom for iPhone X layout (#5)

2.4.10

10 Mar 22:07
Compare
Choose a tag to compare

Improved type definitions (#4)

2.4.9

07 Mar 14:35
fb6e04d
Compare
Choose a tag to compare

Added custom theme support for iOS (#1)