Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
react-native-indicators
Advanced tools
Activity indicator collection for React Native
npm install --save react-native-indicators
import React, { Component } from 'react';
import {
BallIndicator,
BarIndicator,
DotIndicator,
MaterialIndicator,
PacmanIndicator,
PulseIndicator,
SkypeIndicator,
UIActivityIndicator,
WaveIndicator,
} from 'react-native-indicators';
class Example extends Component {
render() {
return (
<DotIndicator color='white' />
);
}
}
name | description | type | default |
---|---|---|---|
animationEasing | Animation easing function | Function | Easing.linear |
animationDuration | Animation duration in ms | Number | 1200 |
animating | Animation toggle | Boolean | true |
interaction | Animation is interaction | Boolean | true |
hidesWhenStopped | Hide when not animating | Boolean | true |
name | description | type | default |
---|---|---|---|
color | Component color | String | rgb(0, 0, 0) |
count | Component count | Number | 8 |
size | Base component size | Number | 40 |
name | description | type | default |
---|---|---|---|
color | Component color | String | rgb(0, 0, 0) |
count | Component count | Number | 3 |
size | Base component size | Number | 40 |
name | description | type | default |
---|---|---|---|
color | Component color | String | rgb(0, 0, 0) |
count | Component count | Number | 4 |
size | Base component size | Number | 16 |
name | description | type | default |
---|---|---|---|
color | Component color | String | rgb(0, 0, 0) |
size | Base component size | Number | 40 |
trackWidth | Indicator track width | Number | size / 10 |
name | description | type | default |
---|---|---|---|
color | Component color | String | rgb(0, 0, 0) |
size | Base component size | Number | 48 |
name | description | type | default |
---|---|---|---|
color | Component color | String | rgb(0, 0, 0) |
size | Base component size | Number | 40 |
name | description | type | default |
---|---|---|---|
color | Component color | String | rgb(0, 0, 0) |
count | Component count | Number | 5 |
size | Base component size | Number | 40 |
minScale | Minimum component scale | Number | 0.2 |
maxScale | Maximum component scale | Number | 1.0 |
name | description | type | default |
---|---|---|---|
color | Component color | String | rgb(0, 0, 0) |
count | Component count | Number | 12 |
size | Base component size | Number | 40 |
name | description | type | default |
---|---|---|---|
color | Component color | String | rgb(0, 0, 0) |
count | Component count | Number | 4 |
size | Base component size | Number | 40 |
waveFactor | Wave base number | Number | 0.54 |
waveMode | Wave appearance | String | fill |
Possible values for waveMode
are fill
and outline
git clone https://github.com/n4kz/react-native-indicators
cd react-native-indicators/example
npm install
npm run ios # or npm run android
BSD License
Copyright 2017-2019 Alexander Nazarov. All rights reserved.
FAQs
Activity indicator collection
The npm package react-native-indicators receives a total of 13,078 weekly downloads. As such, react-native-indicators popularity was classified as popular.
We found that react-native-indicators demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.