🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@pedrosolabs/rnbasecomps

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pedrosolabs/rnbasecomps

Base components for React Native projects

latest
Source
npmnpm
Version
1.5.0
Version published
Maintainers
2
Created
Source

React Native Base Components

This project includes some components to assit on the development of React Native apps.

Components:

  • BaseButton -- Button
  • BaseCheckbox -- Check box
  • BaseHorizBar -- Horizontal bar
  • BaseIcon -- Icon from Material or Ion groups
  • BaseImage -- Image
  • BaseInfoTextScreen -- Screen to show some info text
  • BaseInput -- Text input
  • BaseLink -- Link
  • BaseModal -- Modal window
  • BasePicker -- Selection of items
  • BaseSpacer -- Screen spacer
  • BaseSpinnerScreen -- Screen showing spinner centered
  • BaseSpinner -- Spinner (activity indicator)

HOCs:

  • withBanner -- Screen with banner (hero) on top
  • withNavTitle -- Set the title of the navigation bar
  • withNTSV.tsx -- With Navigation Title and Scroll View
  • withScrollView -- Screen with scroll view

Installation

yarn add @pedrosolabs/rnbasecomps

Execution

Run (in this order, and in two different terminals):

yarn start
yarn rn run-android

In a third terminal, you can log using:

yarn rn log-android

Keywords

button

FAQs

Package last updated on 05 Oct 2019

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