UNPKG

react-native-confirmation-code-field

Version:

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

17 lines (16 loc) 322 B
export declare const styles: { root: { justifyContent: "space-between"; flexDirection: "row"; }; textInput: { opacity: number; width: "100%"; fontSize: number; position: "absolute"; left: 0; right: 0; top: 0; bottom: 0; }; };