Skip to content

Releases: ontech7/react-native-dialog

v1.2.0

29 Aug 22:20
f2e88a8

Choose a tag to compare

  • Add center animation
  • Add some default styles like shadcnStyle
  • Move DialogAction style to TouchableOpacity style and Text textStyle
  • Change open to optional (by default it's true)
  • Fix DialogInput structure and style

v1.1.2

19 Aug 13:23

Choose a tag to compare

  • Add delay prop on Dialog component
  • Fix DialogInput cursor, placeholder and text color

v1.1.1

19 Aug 10:45

Choose a tag to compare

  • Fix overlay when animation is set to false

v1.1.0

19 Aug 09:31
78efd30

Choose a tag to compare

  • Added onPressOut event on Dialog component
  • Added animation prop on Dialog component
  • Removed blur library (the user can import whatever blur library), no Expo necessary
  • Changed portal library
  • Removed react-native-reanimated and used react-native library for animations
  • Moved from dist to build

v1.0.0

18 Aug 13:37
da03d0e

Choose a tag to compare

  • Fully compatible with Expo SDK >= 51
  • shadcn/ui approach, with fully customizable components
  • Possibility to change global styles from the DialogProvider
  • Portalized pupup/dialog
  • Modifiable duration (default: 200)
  • Modifiable tint dark/light (default: dark)
  • Modifiable slide-in animation (default: none)