Skip to main content
A modal dialog component that provides animated transitions and platform-specific implementations.

Installation

Import

Props

Platform Specific Features

iOS

  • Uses BlurView for background blur effect
  • Native blur intensity control
  • iOS-specific animations

Android

  • Uses themed background opacity
  • Platform-optimized animations
  • Android-specific styling

Animation Details

The dialog uses Reanimated for smooth animations:
  • Entry animation: Scale from 0.7 to 1.0 with opacity
  • Exit animation: Scale down with fade out
  • Custom easing functions for natural movement
  • Platform-specific timing adjustments

Implementation References

iOS Implementation