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

rainy-background-reactnative

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rainy-background-reactnative

Rainy background for React Native

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
1
Created
Source

rainy-background-reactnative

It can be used for ios and android as nice rainy background!

Usage

Install module:

npm install --save rainy-background-reactnative

or

yarn add rainy-background-reactnative

Add it to any View in you app:

import Rain from 'rainy-background-reactnative';

export default function App() {
  return (
    <View>
      ...
      <Rain fullScreen rainCount={100} fallSpeed="medium" />
    </View>
  );
}

Snow props

PropsTypeDescriptionDefault
rainCountIntegerHow many rain to render.100
fallSpeedslow , medium, fastHow fast rain will fall.medium
fullScreenBooleanIf true component will always take screen width and height. If false it will take 100% parent width and height. Usefult if you want rain background to fill jsut a part of your screen.false

Keywords

rainy

FAQs

Package last updated on 28 Mar 2023

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