🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

react-native-ui-lib

Package Overview
Dependencies
Maintainers
3
Versions
4648
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-ui-lib

UI Components Library for React Native

0.0.18
Source
npm
Version published
Weekly downloads
23K
28.74%
Maintainers
3
Weekly downloads
 
Created
Source

react-native-ui-lib (WIP - Stay Tuned) Build Status

UI Components Library for React Native

Components

  • Avatar
  • Badge
  • Basic List
  • Button
  • Card
  • Connection Status Bar
  • List Item
  • Grid List
  • State Screen
  • Loader Screen
  • Page Control
  • Picker
  • Stepper
  • Text

Helpers

AvatarHelpers

getInitials

usage:

import {AvatarHelper} from 'react-native-ui-lib';

AvatarHelper.getInitials('Lilly Wheeler'); // LW
AvatarHelper.getInitials('Russell Lloyd'); // RL
AvatarHelper.getInitials('Andrew'); // A

Colors

rgba (for hex colors)

usage:

import {Colors} from 'react-native-ui-lib';

Colors.rgba('#ff2442', 0.05); // 'rgb(255, 36, 66, 0.05)'

Dependecies

  • react-native-animatable
  • react-native-blur (Picker)

FAQs

Package last updated on 18 Mar 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