Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-indicator

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-indicator

React Native Indicator Component

  • 0.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
333
decreased by-20.33%
Maintainers
1
Weekly downloads
 
Created
Source

react-native-indicator

A useful indicator component for React Native

Installation

Make sure that you are in your React Native project directory and run:

$ npm install react-native-indicator --save 

Android

It works, have fun!

iOS

Add ART.xcodeproj from node_modules/react-native/React/Libraries/ART to your Libraries then link libART.a. To see more details about Linking Libraries, jump to this.

Usage

Import react-native-indicator as a JavaScript module:

import {CircleLoader, PulseLoader, TextLoader} from 'react-native-indicator';

Props

CircleLoader
proptypedefaultisRequireddescription
sizenumber10nocircle's size
colorstring'#1e90ff'nothe indicator's color
PulseLoader
proptypedefaultisRequireddescription
sizenumber10nocircle's size
colorstring'#1e90ff'nothe indicator's color
betweenSpacenumber5nothe distance between two dots
TextLoader
proptypedefaultisRequireddescription
textstringnoneyescontents
textStylestyleinheritednotext's style
MultipleDotsLoader
proptypedefaultisRequireddescription
sizenumber40nocircle's size
colorstring'#1e90ff'nothe indicator's color
dotRadiusnumber10noeach dot's size

Keywords

FAQs

Package last updated on 11 Dec 2016

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc