UNPKG

react-native-otp-input-box

Version:

A customizable, lightweight OTP/PIN input for React Native with paste, SMS autofill, secure entry, ref methods, and more.

3 lines (2 loc) 120 B
export { default as OtpInput } from './src/OtpInput'; export type { OtpInputProps, OtpInputRef } from './src/OtpInput';