UNPKG

react-native-input-code-otp

Version:

react-native-input-code-otp is a high-performance and fully customizable OTP input component for React Native, inspired by @shadcn/ui.

6 lines (5 loc) 191 B
export const SLOT_WIDTH = 50; export const SLOT_HEIGHT = 50; export const FOCUSED_SLOT_HEIGHT = 54; export const DEFAULT_DARK_COLOR = '#030712'; export const DEFAULT_LIGHT_COLOR = '#E4E7EC';