UNPKG

react-native-confirmation-code-field

Version:

A react-native component to input confirmation code for both Android and IOS

7 lines (6 loc) 279 B
export { Cursor } from './Cursor'; export { CodeField } from './CodeField'; export { MaskSymbol } from './MaskSymbol'; export { useClearByFocusCell } from './useClearByFocusCell'; export { useBlurOnFulfill } from './useBlurOnFulfill'; export { isLastFilledCell } from './utils';