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.

8 lines (7 loc) 243 B
"use strict"; 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'; //# sourceMappingURL=constants.js.map