Socket
Book a DemoInstallSign in
Socket

react-native-animated-loading-dots

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-animated-loading-dots

- A react native custom component of a animated loading dots, with a dinamic customization of the view and the dots, in typescript.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
0
Created
Source
  • A react native custom component of a animated loading dots, with a dinamic customization of the view and the dots, 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.

Example:

How to use:

import Loading from 'react-native-loading-dots';

  <Loading
        dotCount={4}
        dotSize={50}
        dotSpacing={8}
        duration={300}
        dotStyle={{borderRadius: 5}}
        animationType="UP_AND_DOWN"
      />

Props -

type AnimationType = 'UP_AND_DOWN' | 'FADE_IN_OUT';

NameTypeDefault
dotCountnumber
dotSizenumber
dotSpacingnumber
durationnumber
colors?string[]
dotStyle?ViewStyle
animationType?AnimationType"FADE_IN_OUT"
slideHeight?number
delay?number

Keywords

loading

FAQs

Package last updated on 25 Aug 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