New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

elderfo-react-native-components

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elderfo-react-native-components

This is a set of common components I use for creating react native applications. They were externalized from a project I was working on so I can rapidly develop new react native apps.

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

React Native Common Components

This is a set of common components I use for creating react native applications. They were externalized from a project I was working on so I can rapidly develop new react native apps.

More details to be added soon.

Components

  • BusyModal - A modal overlay with a spinner
  • Card - Material like card
  • CenterView - Centered view, it is vertically centered by default, has an potion
  • Container - Scrollable container
  • ErrorAlert - A simple text alert container
  • H1 - Enlarged text input
  • H2 - Text input
  • Header - A material like header that allows searching
  • Platform - A wrapper around react native's platform that allows easier
  • SimpleTextCard - A card that text can be specified on
  • Spinner - A spinner
  • SpinnerCard - A card containing a centered spinner
  • TextInput - An android like underlined text input

Installation

Run:

> yarn add elderfo-react-native-components -D

or

> npm install elderfo-react-native-components --save-dev

Storybook

Probably the best way to view the components is to run the storybook (note: not all components have stories at this time).

> yarn run storybook
> react-native run-ios

Tests

This project uses storyshot for testing. To execute:

> yarn run test

FAQs

Package last updated on 05 Jan 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

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