Socket
Book a DemoInstallSign in
Socket

react-native-gifted-progress

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-gifted-progress

Simple Progress Bar for React Native

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

react-native-gifted-progress Build Status

Simple Progress Bar for React Native.

Install

$ npm install --save react-native-gifted-progress

Usage

import React, { Component } from 'react';
import ProgressBar from 'react-native-gifted-progress';


export default class MyComponent extends Component {
  
  ...

  render() {
    return (
      <ProgressBar
        barColor={'#40C74B'}
        progress={20}
        barBackgroundColor={'#242F37'}
      />
    );
  }

  ...

}

License

MIT © Ismail Pelaseyed

Keywords

react native

FAQs

Package last updated on 06 Feb 2017

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