Skip to content

viet97/react-native-smooth-blink-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-smooth-blink-view

react-native-smooth-blink-view is a simple - easy use component for React-Native. (iOS & Android)

Installation

yarn add react-native-smooth-blink-view

Usage

 <BlinkView 
    delayVisible={300}
    delayInvisible={0}
    duration={500}
    blinking>
    ....
 </BlinkView>

Props

name desc type default
blinking Is the element start blinking animation. boolean true
duration Duration of blinking animated. number 500
delayVisible Delay after component is visible. number 300
delayInvisible Delay after component is hide. number 0
containerStyle Container style. ViewStyle {}

About

A simple smooth blink view for react-native.

Resources

Stars

Watchers

Forks

Packages

No packages published