美文网首页ReactNative
reactNative 骨架屏 rn-placeholder使用

reactNative 骨架屏 rn-placeholder使用

作者: 戴发夹的格格巫 | 来源:发表于2020-09-09 11:46 被阅读0次

    rn-placeholder git连接地址,当前最新版本3.0.1

    git上README文件给出了使用demo和安装说明,但是没有给出内部组件和属性,这里做下记录方便使用的时候进行查看

    占位置组件

    Placeholder,PlaceholderMedia,PlaceholderLine

    动画效果组件 

    Fade, Loader, Progressive,Shine,ShineOverlay

    Placeholder 

    属性 style,Left,Right,Animation

    PlaceholderMedia 

    属性 size(模块宽高的值), isRound(borderRadius的值,isRound ? size / 2 : 3),color,style

    PlaceholderLine

    属性 height(模块高度),width(宽度百分比),color,style,noMargin(marginBottom的值marginBottom = noMargin ? 0 : height)

    相关文章

      网友评论

        本文标题:reactNative 骨架屏 rn-placeholder使用

        本文链接:https://www.haomeiwen.com/subject/cckeektx.html