Socket
Book a DemoInstallSign in
Socket

react-native-animated-circular-counter

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-animated-circular-counter

A react native component of animated circular progress-bar that can use for counting up/down with animation of filling/ un-filling circle.

1.0.4
latest
Source
npmnpm
Version published
Weekly downloads
4
Maintainers
0
Weekly downloads
 
Created
Source
  • A react native component of animated circular progress-bar that can use for counting up/down with animation of filling/ un-filling circle, in typescript.

  • It comes with a built-in TypeScript typings and is compatible with all popular JavaScript frameworks. You can use it directly or leverage well-maintained wrapper packages that allow for a more native integration with your frameworks of choice.

Examples:

How to use:

import CircularTimer from 'react-native-animated-circular-counter';

  <CircularTimer
            duration={10}
            height={60}
            width={80}
            onFinish={() => {
              setShowCountDown(false);
            }}
            progressColor="pink"
            circleColor="white"
            isCountDown={true}
            animateFillProgress={true}
            intervalDuration={1000}
            strokeWidth={8}
          />

CountryCodePicker Props -

NameTypeDefault
durationnumber
widthnumber
heightnumber
viewStyle?ViewStyle
onFinish() => void
textStyle?TextStyle
easingType?EasingFunctionEasingFunctionFactory
progressColor?string
circleColor?string;
animateFillProgress?boolean
isCountDown?boolean
intervalDuration?number
strokeWidth?number

Keywords

circular

FAQs

Package last updated on 20 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.