New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-native-quote-generator

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-quote-generator

A react-native component that randomly displays quotes from a list

latest
Source
npmnpm
Version
0.1.3-rc3
Version published
Maintainers
1
Created
Source

react-native-quote-generator

A react-native quote generator component that generates a random quote from a list each time the page is reloaded

These directions assume you already have a react-native environment set up

  • In your terminal, cd to your project directory and install the package by running: npm install react-native-quote-generator or yarn add react-native-quote-generator

  • Import the component into the screen where you want the random quotes to appear:

import Quote from 'react-native-quote-generator';

  • Drop the component in a view like this:
  <View>
    <Quote />
  </View>

That's it! Style the Quote component in a View and enjoy some random inspiring quotes!

Keywords

quotes

FAQs

Package last updated on 13 Dec 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