react-native-confirmation-code-field
Version:
A react-native component to input confirmation code for both Android and IOS
8 lines (7 loc) • 358 B
TypeScript
export type { Props as CodeFieldProps, RenderCellOptions } from './CodeField';
export { Cursor } from './Cursor';
export { CodeField } from './CodeField';
export { MaskSymbol } from './MaskSymbol';
export { useClearByFocusCell } from './useClearByFocusCell';
export { useBlurOnFulfill } from './useBlurOnFulfill';
export { isLastFilledCell } from './utils';