react-native-otp-inputs icon indicating copy to clipboard operation
react-native-otp-inputs copied to clipboard

Support expo

Open alikazemkhanloo opened this issue 2 years ago • 0 comments

extract Clipboard to pass as props.

Clipboard prop should satisfy

type ClipboardType = {
    setString(string: string): void;
    getString(): Promise<string>;
};

alikazemkhanloo avatar Jan 06 '23 13:01 alikazemkhanloo