Button Component Guide for using the unified component with state management, icon support, and glass effect integration. Overview - Location : - Features : State management, icon support, loading states, success/error states, glass effect on iOS - Design : Rounded corners (borderRadius: 25), glass effect on iOS when available Basic Usage Props Required Props - - Button label text - - Press handler function Optional Props - - Button style variant (default: ) - - Current button state (default: ) - - Text shown during loading state - - Text shown during success state - - Text shown during error…