<!-- * @email: quocvietdang97@gmail.com -->
npm install react-native-smooth-blink-viewbash
yarn add react-native-smooth-blink-view
`
Usage
`tsx
delayVisible={300}
delayInvisible={0}
duration={500}
blinking>
....
`
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 | {}`