Skip to content

Releases: douglasjunior/react-native-simple-dialogs

3.0.1

Choose a tag to compare

@douglasjunior douglasjunior released this 04 Feb 18:45

Changes

  • Fixes ConfirmDialog button text style

3.0.0

Choose a tag to compare

@douglasjunior douglasjunior released this 04 Feb 18:39

Breaking Changes

  • Remove the deprecated SafeAreaView
  • Add safeAreaInsets property to make it easier to use with react-native-safe-area-context

2.1.0

Choose a tag to compare

@douglasjunior douglasjunior released this 28 May 12:33

Changes

  • Remove PropTypes to be compatible with React 19 (#73)

2.0.3

Choose a tag to compare

@douglasjunior douglasjunior released this 01 Mar 12:54

Changes

  • Add accessibility props (#70)

2.0.2

Choose a tag to compare

@douglasjunior douglasjunior released this 01 Mar 12:36

Changes

  • Add testID (#70)

2.0.1

Choose a tag to compare

@douglasjunior douglasjunior released this 17 Apr 14:14

Changes

  • Export ConfirmDialogButtonPropsType

2.0.0

Choose a tag to compare

@douglasjunior douglasjunior released this 17 Apr 14:08

Changes

  • Rewrite in TypeScript
  • Add statusBarTranslucent prop to customize the Modal status bar on Android
  • (BREAKING CHANGE) Rename and fix some prop types and defaults

1.5.0

Choose a tag to compare

@douglasjunior douglasjunior released this 16 May 22:05
  • Improved sizing for Dialogs that contain ScrollViews (#64)
  • Add SafeAreaView (#64)

1.4.0

Choose a tag to compare

@douglasjunior douglasjunior released this 09 Oct 17:08
  • Fix children types (#58)
  • Add option to lowercase the button titles on Android (#52)

1.3.0

Choose a tag to compare

@douglasjunior douglasjunior released this 06 Jun 14:14

Add TypeScript Definitions (#42, #47)