password_recover
TypeScript icon, indicating that this package has built-in type declarations

1.0.12 • Public • Published

密码找回

usage

    import PasswordRecover from 'password-recover'

    function Test(){

        const recoverRef = useRef();

        function onPress(){
            recoverRef.current.open()
        }

        function onFinish(type:boolean){
            // type true 是正常执行完
            // false是中途取消
        }

        return (
            <View>
                <Button onPress={onPress}/>
                <PasswordRecover
                    ref = {r=>recoverRef.current=r}
                    baseURL='http://www.baidu.com'
                    onFinish={onFinish}
                />
            </View>
        )
    }

Readme

Keywords

none

Package Sidebar

Install

npm i password_recover

Weekly Downloads

2

Version

1.0.12

License

ISC

Unpacked Size

51.5 kB

Total Files

21

Last publish

Collaborators

  • longjiang