1.0.3 • Published 3 years ago

react-native-smooth-blink-view v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

namedesctypedefault
blinkingIs the element start blinking animation.booleantrue
durationDuration of blinking animated.number500
delayVisibleDelay after component is visible.number300
delayInvisibleDelay after component is hide.number0
containerStyleContainer style.ViewStyle{}